📤📚 A small utility to share content on the internet. Files are served raw, no transcoding or special magic. Uploading requires a password. (Mirror of https://git.sequentialread.com/forest/picopublish) https://picopublish.sequentialread.com/
Go to file
forest 423bd91e04 debugging changes 2021-09-24 17:06:35 -05:00
static 1st try at "disallow bots" feature 2021-08-26 13:08:24 -05:00
.gitignore first commit 2018-02-04 09:02:19 -06:00
Dockerfile fixing issues with disallow bots 2021-08-26 14:18:56 -05:00
ReadMe.md update readme and fix bugs 2021-08-26 15:29:10 -05:00
build-docker.sh debugging changes 2021-09-24 17:06:35 -05:00
disallowbots.gotemplate.html debugging changes 2021-09-24 17:06:35 -05:00
go.mod 1st try at "disallow bots" feature 2021-08-26 13:08:24 -05:00
go.sum 1st try at "disallow bots" feature 2021-08-26 13:08:24 -05:00
index.html update readme and fix bugs 2021-08-26 15:29:10 -05:00
main.go debugging changes 2021-09-24 17:06:35 -05:00

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.