Python Flask application to receive and save images over POST requests.
This repository has been archived on 2021-01-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
BBaoVanC 065296f84a
Rename functions.py to functions.py.default
Since this is default settings and the user might want to customize
them, functions.py has been renamed. This also will prevent conflicts if
the user has updated their functions.py and then tries to pull.
2020-09-02 18:04:41 -05:00
.gitignore Rename functions.py to functions.py.default 2020-09-02 18:04:41 -05:00
LICENSE Initial commit 2020-08-31 16:43:58 -05:00
README.md Remove trailing whitespace from lines 2020-08-31 23:09:39 -05:00
configtest.py Remove UPLOADKEYS_CHMOD option due to keygen.py 2020-08-31 21:14:09 -05:00
functions.py.default Rename functions.py to functions.py.default 2020-09-02 18:04:41 -05:00
imgupload.py Allow easy customization of filename generation 2020-09-02 17:14:28 -05:00
keygen.py Change keygen.py to not require root 2020-09-02 14:26:57 -05:00
requirements.txt Remove secrets from requirements.txt 2020-08-31 23:46:28 -05:00
settings.py.default Remove UPLOADKEYS_CHMOD option due to keygen.py 2020-08-31 21:14:09 -05:00

README.md

imgupload

CodeFactor Grade GitHub repo size GitHub All Releases GitHub issues GitHub closed issues GitHub

What is imgupload?

imgupload is a Flask + uWSGI application to serve as an all-purpose image/file uploader over POST requests.

Usage

Make sure you install the dependencies first. To do this, run sudo python3 -m pip install -r requirements.txt. To deploy imgupload, run flask run.