aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODOs.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/TODOs.md b/TODOs.md
index 23b02e7..8feec32 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -165,14 +165,16 @@ Setup custom SSH port in the base image itself.
# Services
-- `https://git.$tld`: cgit
-- `https://$project.$tld`: static documentation for projects
-- `https://ci.$tld`: single static HTML CI page
-- `https://mail.$tld`: email
-- `https://matrix.$tld`: Synapse Matrix
-- `https://$tld`: Jekyll blog
+- `https://git.$tld`: NGINX - cgit over FastCGIT
+- `https://$project.$tld`: NGINX - static documentation for projects
+- `https://ci.$tld`: NGINX - single static HTML CI page
+- `https://matrix.$tld`: NGINX - Synapse Matrix
+- `https://$tld`: NGINX - Jekyll blog
+- `smtps://$tld`: OpenSMTPD
+- `imaps://$tld`: Dovecot
- `xmpp:$tld`: Prosody XMPP
- `ftp://$tld`: FTP server
+- `ssh://$tld`: OpenSSH
# Decisions