From ac811aa92ef8403b3f6dcf1c595a8143c9d2f1a5 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Wed, 26 Jun 2024 00:09:48 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c520914..0d63d67 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # CTAMail -Hectamail rewrite in Go \ No newline at end of file +This is a rewrite of HectaMail, a now derelict python-based maddy frontend, using Golang. + +## Nice, how do I host my own + +Just git clone, go build, copy & edit the config and run the executable: +``` +git clone https://concord.hectabit.org/HectaBit/CTAMail.git --depth=1 +cd CTAMail +go build +cp config.ini.example config.ini +nano config.ini # Or vim or what have you +./ctamail +``` + +Read `ERRORS.md` for more infomation on server administration and errors. + +## Great! What's the API? + +You don't need the API. It's not designed to be interfaced with outside of itself, unlike other Burger-based software, and is entirely self contained. If you *must*, we do not provide offical support and you should just read `main.go`. \ No newline at end of file