2023-11-04 16:42:38 +00:00
|
|
|
# HectaMail-website
|
|
|
|
|
2023-11-04 16:46:10 +00:00
|
|
|
A frontend and registration service for the maddy mail server
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
2023-11-19 14:09:10 +00:00
|
|
|
Install everything in requirements.txt
|
|
|
|
|
2023-11-19 11:53:17 +00:00
|
|
|
Copy config.ini.example to config.ini and edit accordingly
|
|
|
|
|
2023-11-04 16:46:10 +00:00
|
|
|
Use your web server to host everything in public, and run app.py with python.
|
|
|
|
|
2023-11-19 23:47:22 +00:00
|
|
|
Reverse-proxy signup/signup.py to /register
|
2023-11-19 14:09:10 +00:00
|
|
|
|
2023-11-19 23:47:22 +00:00
|
|
|
Reverse-proxy account/account.py to /account
|
|
|
|
|
|
|
|
Run both scripts as a user with access to the Maddy DB and CLI tools
|
2023-11-04 16:46:10 +00:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
System
|
|
|
|
|
|
|
|
Any HTTP web server
|
|
|
|
Python3
|
2023-11-19 14:09:10 +00:00
|
|
|
Pip
|