A frontend and registration service for the maddy mail server
Go to file
Tracker-Friendly b855352bf6 Updated a missed hyperlink 2023-11-19 14:11:02 +00:00
login Fixed it not reading the config file 2023-11-19 13:51:30 +00:00
public Updated a missed hyperlink 2023-11-19 14:11:02 +00:00
signup Fixed it not reading the config file 2023-11-19 13:51:30 +00:00
.gitignore Gitignore config.ini 2023-11-19 11:44:05 +00:00
LICENSE Initial commit 2023-11-04 16:42:38 +00:00
README.md Updated deps 2023-11-19 11:53:17 +00:00
config.ini.example Updated to include mockup of login 2023-11-19 13:48:33 +00:00
requirements.txt Updated deps 2023-11-19 11:53:17 +00:00

README.md

HectaMail-website

A frontend and registration service for the maddy mail server

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.

Reverse-proxy app.py to /register.

Dependencies

System

Any HTTP web server Python3

PIP

Flask Waitress