aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODOs.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/TODOs.md b/TODOs.md
index 43ad9ba..cc30be2 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -319,17 +319,18 @@ Installing and maintaining Nextcloud just for this is an overkill.
# Services
+- `ssh://$tld`: OpenSSH
+- `https://$tld`: NGINX - static HTTP + CGI + webapps
+- `xmpp://$tld`: Prosody XMPP
- `https://matrix.$tld`: Synapse Matrix
-- `https://$tld`: NGINX - serve static HTML for blog, project documentation, etc.
-- `git://euandreh.xyz`: Git server
-- `smtps://$tld`: OpenSMTPD
+- `smtps://$tld`: OpenSMTPD + SpamAssasin + OpenDKIM + ClamAV
- `imaps://$tld`: Dovecot
-- `xmpp://$tld`: Prosody XMPP
-- `ssh://$tld`: OpenSSH
-- <del>`https://voice.$tld`: Murmur</del>
-- <del>`https://cloud.$tld`: Nextcloud</del>
-- <del>`https://git.$tld`: NGINX - cgit over FastCGIT</del>
-- <del>`ftp://$tld`: FTP server</del>
+- `https://mail.$tld`: webmail
+- `https://voice.$tld`: Murmur
+- `https://cloud.$tld`: Nextcloud
+- `https://irc.$tld`: IRC server
+- `https://metrics.$tld`: Prometheus
+- `https://logs.$tld`: $LOG_TOOL
# Decisions