diff options
author | EuAndreh <eu@euandre.org> | 2021-01-17 20:31:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-17 21:55:11 -0300 |
commit | 4269f454de1c2ea942fe8d23535bad1fb4a6639c (patch) | |
tree | 37720929ffd50a4e4dbd0c4455b733a52383db6a | |
parent | Makefile: Add -eux flag to sh calls (diff) | |
download | server-4269f454de1c2ea942fe8d23535bad1fb4a6639c.tar.gz server-4269f454de1c2ea942fe8d23535bad1fb4a6639c.tar.xz |
TODOs.md: Add FTP server to services list
-rw-r--r-- | TODOs.md | 16 | ||||
-rw-r--r-- | vps.scm | 3 |
2 files changed, 9 insertions, 10 deletions
@@ -165,14 +165,14 @@ Setup custom SSH port in the base image itself. # Services -- `git.$tld`: cgit -- `$project.$tld`: static documentation for projects -- `ci.$tld`: single static HTML CI page -- `mail.$tld`: email -- `xmpp.$tld`: Prosody XMPP -- `matrix.$tld`: Synapse Matrix -- `static.$tld`: NGINX directory listing of static files -- `$tld`: Jekyll blog +- `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 +- `xmpp:$tld`: Prosody XMPP +- `ftp://$tld`: FTP server # Decisions @@ -294,8 +294,7 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (list mail-domain-prefix ci-domain-prefix git-domain-prefix - "chat" - "static")) + "chat")) (define static-projects '("guile-pds" "boneco")) |