Mastodon/Admin: Difference between revisions

From neuromatch
No edit summary
No edit summary
Line 1: Line 1:
Details on how the instance is configured! sort of scattered throughout different pages, so maintenance welcome!
== Certs ==
== Certs ==


Line 29: Line 31:
|Link=https://discord.com/channels/1049136631065628772/1052452072806686751/1053553085525545010
|Link=https://discord.com/channels/1049136631065628772/1052452072806686751/1053553085525545010
}}
}}
== See Also ==
* [[Maintenance]]


== Resources ==
== Resources ==


* https://hazelweakly.me/blog/scaling-mastodon/
* https://hazelweakly.me/blog/scaling-mastodon/

Revision as of 17:38, 27 October 2023

Details on how the instance is configured! sort of scattered throughout different pages, so maintenance welcome!

Certs

We use certbot for our SSL certificates! The certificates need to be renewed every 3 months, there should be a cron task that attempts to renew them twice per day:

(in /etc/crontab)

0 0,12 * * * root sleep 559 && certbot renew --nginx -q

generated according to the certbot docs, adding the nginx flag for our particular config.

Otherwise, from an account that has sudo/root, just run

sudo certbot renew --nginx

Shutdown


See Also

Resources