Simple storage for screenshots and other files with short direct links.
docker run -d -p 8000:8000 -v $(pwd)/data:/app/data zenwalker/storagl
curl http://static.example.com -F "[email protected]"
Remove files which haven’t been downloaded for the last year.
docker run --rm -it -v $(pwd)/data:/app/data zenwalker/storagl cleanup --days=365