diff options
author | EuAndreh <eu@euandre.org> | 2020-08-16 18:21:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-16 19:07:25 -0300 |
commit | c26cf3f0dfa9df08201f344f625257daf7cb3a9c (patch) | |
tree | 9a29c1a3f34461052fe386d647f743b5fdf66548 /TODOs.org | |
parent | Use NGINX to handle the creation of certificates for prosody (diff) | |
download | server-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.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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? |