Poddery - Diaspora, Matrix and XMPP: Difference between revisions
→Workers: It was very hard to distinguish one service from the other in the previous list. So, I made a new line for each of the services. |
Redirect XMPP to durare and clarify nginx configuration |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
We run decentralized and federated [https://diasporafoundation.org/ Diaspora] social | We run decentralized and federated [https://diasporafoundation.org/ Diaspora] social network, [https://xmpp.org/ XMPP] and [https://matrix.org Matrix] instant messaging services at [https://poddery.com poddery.com]. Along with Diaspora, Poddery username and password can be used to access XMPP and Matrix services as well. [https://chat.poddery.com chat.poddery.com] provides Element client (accessed by a web browser), which can be used to connect to any Matrix server without installing the Element app. | ||
= Environment = | = Environment = | ||
| Line 18: | Line 18: | ||
=== Chat/XMPP === | === Chat/XMPP === | ||
* | * This is moved to Durare.org server Virtual Host. See https://gitlab.com/piratemovin/diasp.in/-/wikis/XMPP-durare.org-setup | ||
=== Chat/Matrix === | === Chat/Matrix === | ||
| Line 35: | Line 33: | ||
== Backend Services == | == Backend Services == | ||
=== Web Server / Reverse Proxy === | === Web Server / Reverse Proxy === | ||
* Nginx web server which also acts as front-end (reverse proxy) for Diaspora and Matrix. | * Nginx web server which also acts as front-end (reverse proxy) for Diaspora and Matrix. By default all https requests to 443 are passed to diaspora. Requests starting with | ||
*#_matrix|_synapse is passed to synapse main service and | |||
*#_matrix/media is passed to synapse media worker | |||
=== Database === | === Database === | ||
| Line 256: | Line 256: | ||
== Chat/XMPP == | == Chat/XMPP == | ||
* | * See https://gitlab.com/piratemovin/diasp.in/-/wikis/XMPP-durare.org-setup | ||
== TLS == | == TLS == | ||
| Line 328: | Line 292: | ||
''34 2 * * 1 /etc/init.d/prosody reload'' | ''34 2 * * 1 /etc/init.d/prosody reload'' | ||
===SSL certificate renewal=== | |||
On the 12th of October 2025, all the certificates were removed and were recreated. [https://codema.in/d/XUfAOrPW/poddery-server-certificates-recreated This thread] documents all those steps. | |||
When renewing certificates on the poddery server, make sure to follow the following steps. | |||
# Stop nginx by running | |||
sudo systemctl stop nginx | |||
# Renew certificates for all the domains | |||
sudo certbot renew | |||
Follow the prompts by certbot to renew certificates for all the domains. | |||
# Start nginx after the renewal is successful | |||
sudo systemctl start nginx | |||
==Backup== | ==Backup== | ||