rustypaste 是以 Rust 開發的極簡自架檔案上傳與剪貼簿服務。透過命令列或 HTTP 上傳檔案,設定到期與大小限制,以產生的 URL 分享內容。
以 Rust 開發的極簡自架檔案上傳伺服器與剪貼簿。使用簡單的 curl 指令上傳檔案,取得可分享的 URL。
curl -F "[email protected]" -H "Authorization: <AUTH_TOKEN>" https://your-domainecho "hello" | curl -F "file=@-" -H "Authorization: <AUTH_TOKEN>" https://your-domainMIT — GitHub