aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-17 20:31:13 -0300
committerEuAndreh <eu@euandre.org>2021-01-17 21:55:11 -0300
commit4269f454de1c2ea942fe8d23535bad1fb4a6639c (patch)
tree37720929ffd50a4e4dbd0c4455b733a52383db6a
parentMakefile: Add -eux flag to sh calls (diff)
downloadserver-4269f454de1c2ea942fe8d23535bad1fb4a6639c.tar.gz
server-4269f454de1c2ea942fe8d23535bad1fb4a6639c.tar.xz
TODOs.md: Add FTP server to services list
-rw-r--r--TODOs.md16
-rw-r--r--vps.scm3
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"))