diff options
author | EuAndreh <eu@euandre.org> | 2020-08-17 07:35:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-18 09:05:51 -0300 |
commit | e8efa9cd981b7fc72b7e2973f051c4dc27b7565c (patch) | |
tree | 643bd4bb92ccb47fc79f71b1b2d93bd6cadaced4 /TODOs.org | |
parent | Checkpoint: Working Prosody server (diff) | |
download | server-e8efa9cd981b7fc72b7e2973f051c4dc27b7565c.tar.gz server-e8efa9cd981b7fc72b7e2973f051c4dc27b7565c.tar.xz |
Checkpoint: working matterbridge server
I was able to make matterbridge work, but only to realize that it doesn't
support private groups on most services. So I can't use this as a replacement
for other chat systems as I desired.
I ended up using my conversations.im account due to the lack of MUC support in
my current server.
I was also able to setup the Converse client, but my Prosody server also doesn't
have HTTP (or WebSockets, I don't remember) yet, so it didn't work for my
server.
So this may serve as a useful future reference, but I pan to turn off the
matterbridge server itself.
Diffstat (limited to 'TODOs.org')
-rw-r--r-- | TODOs.org | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -33,15 +33,10 @@ server { Use Prosody as a server itself ** DONE Prosody TLS CLOSED: [2020-08-16 dim. 18:52] -** TODO matterbridge -#+BEGIN_SRC nix -matterbridge = { - enable = false; - configFile = '' - ''; -}; -#+END_SRC -** TODO Converse +** DONE matterbridge +CLOSED: [2020-08-16 dim. 21:58] +** DONE Converse +CLOSED: [2020-08-16 dim. 21:58] ** DONE cgit CLOSED: [2020-08-14 ven. 09:29] ** TODO Terraform restore from backup when provisioning @@ -83,7 +78,8 @@ resource "vultr_block_storage" "vps_storage" { * Services - v2 ** DONE =cloud.$tld=: Nextcloud: storage, calendar, contacts, notes and talk CLOSED: [2020-08-14 ven. 09:29] -** TODO =chat.$tld=: [[https://conversejs.org/][Converse]] interface to Prosody server +** DONE =chat.$tld=: [[https://conversejs.org/][Converse]] interface to Prosody server +CLOSED: [2020-08-16 dim. 21:58] Setup under Prosody server, and bridge it with Telegram and WhatsApp using matterbridge. #+BEGIN_SRC nix muc = [{ |