aboutsummaryrefslogtreecommitdiff
path: root/TODOs.org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-16 18:21:03 -0300
committerEuAndreh <eu@euandre.org>2020-08-16 19:07:25 -0300
commitc26cf3f0dfa9df08201f344f625257daf7cb3a9c (patch)
tree9a29c1a3f34461052fe386d647f743b5fdf66548 /TODOs.org
parentUse NGINX to handle the creation of certificates for prosody (diff)
downloadserver-c26cf3f0dfa9df08201f344f625257daf7cb3a9c.tar.gz
server-c26cf3f0dfa9df08201f344f625257daf7cb3a9c.tar.xz
Checkpoint: Working Prosody server
Use NGINX to create TLS certificate and then share it with prosody.
Diffstat (limited to 'TODOs.org')
-rw-r--r--TODOs.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODOs.org b/TODOs.org
index 8e8bdc7..03d0a22 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -31,7 +31,8 @@ server {
}
#+END_SRC
Use Prosody as a server itself
-** TODO Prosody TLS
+** DONE Prosody TLS
+CLOSED: [2020-08-16 dim. 18:52]
** TODO matterbridge
#+BEGIN_SRC nix
matterbridge = {
@@ -40,6 +41,7 @@ matterbridge = {
'';
};
#+END_SRC
+** TODO Converse
** DONE cgit
CLOSED: [2020-08-14 ven. 09:29]
** TODO Terraform restore from backup when provisioning
@@ -73,6 +75,7 @@ resource "vultr_block_storage" "vps_storage" {
live = "yes"
}
#+END_SRC
+** TODO Stop doing chmod to share certificates
* Tasks - v5
** TODO Run cgit from nginx instead of using lighttpd
** TODO EteSync?