maxpoletaev / storagl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "file=@archive.zip"

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.


Languages

Language:Python 73.0%Language:HTML 19.4%Language:Shell 6.1%Language:Makefile 1.5%