aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-20 13:03:15 -0300
committerEuAndreh <eu@euandre.org>2021-01-20 13:09:51 -0300
commit36f5a7948b9653ae94f798d5d8f94a4bd81bda71 (patch)
tree40bad5e1a883b2ef73f394fb7b3aaa91ef7a3f73 /TODOs.md
parentMove POSIX sh options out of the shebang line (diff)
downloadserver-36f5a7948b9653ae94f798d5d8f94a4bd81bda71.tar.gz
server-36f5a7948b9653ae94f798d5d8f94a4bd81bda71.tar.xz
TODOs.md: add explicit servers and protocols on "Services" section
Diffstat (limited to 'TODOs.md')
-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