diff options
-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 |