Python Flask application to receive and save images over POST requests.
BBaoVanC
a5a22b7c88
Since keygen.py is run as root, uploadkeys is owned by root. This causes issues when imgupload.py tries to chmod the uploadkeys file since it doesn't have permissions to chmod it. Solution: remove UPLOADKEYS_CHMOD option |
||
---|---|---|
.gitignore | ||
configtest.py | ||
imgupload.py | ||
keygen.py | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
settings.py.default |