Admin
(Page is a Stub - plz organize me!)
Details on how the instance is configured! sort of scattered throughout different pages, so maintenance welcome!
See Also
- Tech_WG
- Tech_WG/Ops_Diary
- Maintenance
- Linode/Setup - getting the VPS configured for use
- Mastodon/Setup - Local configuration and how glitch-soc is configured
- Mastodon/TODO - What to do before launching the instance
- Mastodon/Hacking - Things we gone and done to the masto instance
- Mastodon/Admin - Running the instance
- Mastodon/Nice to have features - Things we want to add to the masto instance
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
Tech WG/Ops Diary#22-12-16 Upgrading Linode Ram Following the instructions to
Custody
Who controls what?