以 Rust 開發的極簡自架檔案上傳伺服器與剪貼簿。使用簡單的 curl 指令上傳檔案,取得可分享的 URL。
curl -F "[email protected]" -H "Authorization: <AUTH_TOKEN>" https://your-domain
echo "hello" | curl -F "file=@-" -H "Authorization: <AUTH_TOKEN>" https://your-domain
MIT — GitHub