Updated deps
This commit is contained in:
parent
0e33f08c19
commit
01d7cb5ab0
|
@ -4,6 +4,8 @@ A frontend and registration service for the maddy mail server
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
Copy config.ini.example to config.ini and edit accordingly
|
||||||
|
|
||||||
Use your web server to host everything in public, and run app.py with python.
|
Use your web server to host everything in public, and run app.py with python.
|
||||||
|
|
||||||
Reverse-proxy app.py to /register.
|
Reverse-proxy app.py to /register.
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
flask
|
flask
|
||||||
waitress
|
waitress
|
||||||
|
captcha
|
||||||
|
|
Loading…
Reference in New Issue