Convenient CLI uploader to quickly share files with people. By default, encrypts files before uploading.
Αναζήτηση αρχείου
Albert S. 823d97002f client/upload: Offer copying link to keyboard 2021-03-21 22:13:42 +01:00
client client/upload: Offer copying link to keyboard 2021-03-21 22:13:42 +01:00
server/cronjob Initial commit 2021-03-21 21:15:24 +01:00
web Initial commit 2021-03-21 21:15:24 +01:00
README.md Add README.md 2021-03-21 22:02:54 +01:00
upload_config Initial commit 2021-03-21 21:15:24 +01:00

README.md

uploader

This quickly hacked upload solution is my quite simple (of course), convenient CLI uploader, that also encrypts files. Send the link and the browser will decrypt it. Alternatively, you can also choose not to encrypt.

A cronjob will get rid of old files. `

Setup

To be written™.

Usage

upload file 3days

File will be encrypted before upload, and then an expiration entry created. Then you'll get the link.

The file will expire after 3 days. Then the cronjob will remove it.

upload file 10weeks plain

Same as above, but will expire after 10weeks and no encryption will happen.

Credits

Thanks to lawl for his work on dumpaste, which I have stolen and modified here (with permission). His approach has a convenient upload form, a pastebin textbox and curl based CLI upload too. Expiration and uploads are handled by a go binary.