Find a file
2025-04-14 15:40:38 -05:00
static move index.html to static dir 2025-04-14 15:40:38 -05:00
.gitignore add CLI flags 2025-04-14 15:24:20 -05:00
build-docker.sh updates 2025-03-25 23:55:19 -05:00
disallowbots.gotemplate.html updates 2025-03-25 23:55:19 -05:00
Dockerfile updates 2025-03-25 23:55:19 -05:00
go.mod add CLI flags 2025-04-14 15:24:20 -05:00
go.sum add CLI flags 2025-04-14 15:24:20 -05:00
main.go move index.html to static dir 2025-04-14 15:40:38 -05:00
ReadMe.md update readme and fix bugs 2021-08-26 15:29:10 -05:00

📤📚 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.