diff options
author | EuAndreh <eu@euandre.org> | 2021-01-20 13:03:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-20 13:09:51 -0300 |
commit | 36f5a7948b9653ae94f798d5d8f94a4bd81bda71 (patch) | |
tree | 40bad5e1a883b2ef73f394fb7b3aaa91ef7a3f73 /TODOs.md | |
parent | Move POSIX sh options out of the shebang line (diff) | |
download | server-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.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |