A poor man's pomf clone without the public nature.
Go to file
2018-05-21 14:27:51 -04:00
templates add delete option to upload form 2018-05-21 14:27:51 -04:00
.gitignore ignore 2018-03-03 11:34:42 -05:00
fileHost.py add delete option to upload form 2018-05-21 14:27:51 -04:00
README.md note about dependencies and secrets 2018-02-20 00:07:17 -05:00
run.py first commit 2018-02-19 23:01:28 -05:00

upload shit

Note: I switched to Gunicorn at some point because Bjoern was somehow annoying. Don't use run.py, use

gunicorn -b localhost:5000 fileHost:app

Dependencies:

passlib argon2_cffi flask gunicorn

This application makes use of the secrets module (a cryptographically strong version of random) from the standard library, which is only available in Python 3.6+. If you really can't be bothered use the latest version of python3, or just don't want cryptographically strong random character filenames/prefixes for some reason, you can directly replace all instances of secrets with random.