📤📚 A small utility to share content on the internet. Files are served raw, no transcoding or special magic. Uploading requires a password. https://picopublish.sequentialread.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Your Name 954373e480 updates 2 weeks ago
static 1st try at "disallow bots" feature 4 years ago
.gitignore first commit 7 years ago
Dockerfile updates 2 weeks ago
ReadMe.md update readme and fix bugs 4 years ago
build-docker.sh updates 2 weeks ago
disallowbots.gotemplate.html updates 2 weeks ago
go.mod 1st try at "disallow bots" feature 4 years ago
go.sum 1st try at "disallow bots" feature 4 years ago
index.html update readme and fix bugs 4 years ago
main.go updates 2 weeks ago

ReadMe.md

📤📚 picopublish

I created this application as a self-hosted replacement for quick-and-dirty image hosting services like imgur.

I use it to host images, video files, Unity3d Games (unity3d HTML/WebGL builds), etc.

It supports uploading one file at a time, or uploading a zip file and extracting it.

There is no "list files" endpoint. So long/unpredictable file names can be considered "private to anyone who has access to the link".

Uploading files requires entering a password. The password is saved in LocalStorage of your browser after you enter it the first time.

Optionally supports 💥PoW! Captcha to prevent bots from scanning the uploaded files.