aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-07 23:36:59 -0300
committerEuAndreh <eu@euandre.org>2021-03-07 23:36:59 -0300
commit7dfd053a6fda2befd689b1b5db45b29bd0179790 (patch)
tree9d7ebd344954753450dd18464fb99be0b7eb65e0 /TODOs.md
parentTODOs.sh: Remove unused SED_REGEX variable (diff)
downloadtoph-7dfd053a6fda2befd689b1b5db45b29bd0179790.tar.gz
toph-7dfd053a6fda2befd689b1b5db45b29bd0179790.tar.xz
TODOs.md: Remove duplicated NGINX listed in Servers
Diffstat (limited to 'TODOs.md')
-rw-r--r--TODOs.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/TODOs.md b/TODOs.md
index 12c0a42..935262e 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -194,7 +194,7 @@ Setup custom SSH port in the base image itself.
# Questions
-# TODO How to do video-conferencing? {#question-fe884516-3fde-42ba-b382-2e0068a99a36}
+## TODO How to do video-conferencing? {#question-fe884516-3fde-42ba-b382-2e0068a99a36}
- TODO in 2021-03-06
---
@@ -203,17 +203,16 @@ Installing and maintaining Nextcloud just for this is an overkill.
# Services
-- `https://$tld/$project/`: NGINX - static documentation for projects
- `https://matrix.$tld`: Synapse Matrix
-- `https://$tld`: NGINX - Jekyll blog
-- <del>`https://voice.$tld`: Murmur</del>
-- <del>`https://cloud.$tld`: Nextcloud</del>
-- <del>`https://git.$tld`: NGINX - cgit over FastCGIT</del>
-- `git://git.euandreh.xyz`: Git server
+- `https://$tld`: NGINX - serve static HTML for blog, project documentation, etc.
+- `git://euandreh.xyz`: Git server
- `smtps://$tld`: OpenSMTPD
- `imaps://$tld`: Dovecot
- `xmpp://$tld`: Prosody XMPP
- `ssh://$tld`: OpenSSH
+- <del>`https://voice.$tld`: Murmur</del>
+- <del>`https://cloud.$tld`: Nextcloud</del>
+- <del>`https://git.$tld`: NGINX - cgit over FastCGIT</del>
- <del>`ftp://$tld`: FTP server</del>
# Decisions