A minimal, easy-to-host service for sharing images and other files.
PicoShare is still highly experimental and not yet ready for production usage.
You're welcome to try it, but expect frequent changes to the UI, database schema, and REST endpoints.
PS_SHARED_SECRET=somesecretpass PORT=3001 \
go run main.go
docker run \
-e "PORT=3001" \
-e "PS_SHARED_SECRET=somesecretpass" \
-p 3001:3001/tcp \
--name picoshare \
mtlynch/picoshare