hectamail-website/README.md

26 lines
491 B
Markdown

# HectaMail-website
A frontend and registration service for the maddy mail server
## Setup
Install everything in requirements.txt
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.
Reverse-proxy signup/signup.py to /register
Reverse-proxy account/account.py to /account
Run both scripts as a user with access to the Maddy DB and CLI tools
## Dependencies
System
Any HTTP web server
Python3
Pip