A frontend and registration service for the maddy mail server
Go to file
Tracker-Friendly 861325a157 Added example config.ini so git doesn't freak out 2023-11-19 11:50:18 +00:00
public Should fix passwords with chars 2023-11-16 07:47:17 +00:00
templates More bypass prevention 2023-11-19 11:38:22 +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 Init 2023-11-04 16:46:10 +00:00
app.py Generate a new token each request to /api 2023-11-19 11:43:23 +00:00
config.ini Added example config.ini so git doesn't freak out 2023-11-19 11:50:18 +00:00
config.ini.example Added example config.ini so git doesn't freak out 2023-11-19 11:50:18 +00:00
requirements.txt Init 2023-11-04 16:46:10 +00:00

README.md

HectaMail-website

A frontend and registration service for the maddy mail server

Setup

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