99
edits
Note: Currently new registrations are closed, if you want an account Contact us
(Updated save.poddery.com configuration) |
(Update with MySQL specific instructions) |
||
Line 99: | Line 99: | ||
* We use Prosody and steps for setting up Prosody is given at -> https://wiki.debian.org/Diaspora/XMPP | * We use Prosody and steps for setting up Prosody is given at -> https://wiki.debian.org/Diaspora/XMPP | ||
# Follow steps 1 to 6 from https://wiki.debian.org/Diaspora/XMPP | |||
sudo mysql -u root -p # Enter password from the access repo | |||
CREATE USER 'prosody'@'localhost' IDENTIFIED BY '<passwd_in_repo>'; | |||
GRANT ALL PRIVILEGES ON diaspora_production.* TO 'prosody'@'localhost'; | |||
FLUSH PRIVILEGES; | |||
sudo chown -R root:ssl-cert /etc/letsencrypt | |||
sudo chmod g+r -R /etc/letsencrypt | |||
sudo chmod g+x /etc/letsencrypt/{archive,live} | |||
sudo systemctl restart prosody | |||
* We have enabled all XEPs conversations expect. We use sslh to multiplex Diaspora and Prosody on port 443. | * We have enabled all XEPs conversations expect. We use sslh to multiplex Diaspora and Prosody on port 443. | ||