A simple website for filesharing with managed user registration
Url: [prefix]/auth/dashboard
Can only by accessed by the admin account and is used to manage user accounts.
For useres to create an account they need to be handed a registration link, which can be created here.
- clone this repo
- Install required packages by running
pip install flask apscheduler - configure
config.py - Launch the server by running
server.py - create an admin account by entering and confirming the admin password if requested
- install a production WSGI server such as gunicorn (or ignore flask's complaints)