918
modifications
Aucun résumé des modifications |
|||
Ligne 226 : | Ligne 226 : | ||
We could restart a lot of services manually to ensure they've read their new config, but it's easiest to just reboot. (The new server, obviously.) | We could restart a lot of services manually to ensure they've read their new config, but it's easiest to just reboot. (The new server, obviously.) | ||
=== Open ports === | |||
We need to open all the ports used by the various FeministWiki services: | |||
for port in 25 80 443 465 587 993 995 5222 5223 5269 5270 5443 6697 7777 | |||
do ufw allow proto tcp to 0.0.0.0/0 port $port | |||
done | |||
=== Test! === | === Test! === | ||
Ligne 283 : | Ligne 291 : | ||
For these, you only have to change the main <code>A</code> entry, since they don't use SMTP or XMPP. | For these, you only have to change the main <code>A</code> entry, since they don't use SMTP or XMPP. | ||
=== Update the certificate === | === Update the certificate === | ||
Run the <code>letsencrypt-refresh</code> script to get a new certificate which includes all our domain names, since we had started out with just feministwiki.dev. | Run the <code>letsencrypt-refresh</code> script to get a new certificate which includes all our domain names, since we had started out with just feministwiki.dev. | ||
After this, everything should be functional. If not, it's time for some debugging! | After this, everything should be functional. If not, it's time for some debugging! |