Skip to content

Simple storage for screenshots and other shared files with short direct links.

Notifications You must be signed in to change notification settings

maxpoletaev/storagl

Repository files navigation

Storagl

Simple storage for screenshots and other files with short direct links.

Screenshot

Quick Start

docker run -d -p 8000:8000 -v $(pwd)/data:/app/data zenwalker/storagl

Using curl to upload files to storagl

curl http://static.example.com -F "[email protected]"

Cleanup

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

About

Simple storage for screenshots and other shared files with short direct links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published