This page permanently redirects to gemini://yaky.dev/notes/matrix-synapse/.
certbot renew --webroot -w /path/to/webroot
Where /path/to/webroot is the same path that nginx serves the site on port 80, often /var/www or /srv/www.
See nginx config, it should be under something like
location / { root /srv/www; }
psql --u admin_user --list
vacuumdb --u admin_user db_name
This might delete avatars and other old files that are actively used.
find /var/lib/matrix-synapse/media/ -mtime -365 -delete
=> Compressing Synapse database
=> About state_groups_state
=> home
email me: hi@yaky.dev
CC BY-NC yaky.dev
text/gemini;lang=en-US
This content has been proxied by September (3851b).