From 4269f454de1c2ea942fe8d23535bad1fb4a6639c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 17 Jan 2021 20:31:13 -0300 Subject: TODOs.md: Add FTP server to services list --- TODOs.md | 16 ++++++++-------- vps.scm | 3 +-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/TODOs.md b/TODOs.md index a728d86..23b02e7 100644 --- a/TODOs.md +++ b/TODOs.md @@ -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 diff --git a/vps.scm b/vps.scm index bfd086e..b1e9735 100644 --- a/vps.scm +++ b/vps.scm @@ -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")) -- cgit v1.2.3