A frontend and registration service for the maddy mail server
Go to file
Tracker-Friendly 4d0aa4d099 Clarified 2023-12-09 22:33:59 +00:00
account It's not a POC anymore 2023-11-30 01:05:56 +00:00
public Clarified 2023-12-09 22:33:59 +00:00
signup Updated login 2023-11-20 17:55:25 +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 login 2023-11-19 23:47:22 +00:00
config.ini.example More login shenanigens 2023-11-19 21:54:36 +00:00
requirements.txt Fully updated login 2023-11-19 14:09:10 +00:00

README.md

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