9f392b4d0b4dfa97d754e5a8918a90f35977de93
FLEES
a very small file sharing website
- configure with data/shares.json
- configure with data/config.json
- generate shares with utils/create-share.py
- proxy with nginx:
location /flees/ {
proxy_pass http://localhost:8136/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /flees;
client_max_body_size 8G;
}
Description
Languages
Python
68.3%
JavaScript
10.7%
Shell
10.1%
HTML
6.4%
CSS
4.1%
Other
0.4%