Commit Graph
13 Commits
Author SHA1 Message Date
notplants ebfaf90164 fix: pin PGDATA so the postgres 18 bump upgrades in place
cc-ci/testme cc-ci: success
postgres:18 (tracked by pgautoupgrade) relocated the default PGDATA from
/var/lib/postgresql/data to /var/lib/postgresql/18/docker. Since the db volume
is mounted at the legacy path, pg18 would init a fresh empty cluster there and
orphan all existing data (pgautoupgrade never runs the upgrade). Pinning PGDATA
to the legacy path makes pg18 find the existing cluster and upgrade it in place.
2026-06-08 20:45:44 +00:00
notplants b63dde1275 Merge remote-tracking branch 'origin/main' into compress
# Conflicts:
#	homeserver.yaml.tmpl
2026-06-08 18:13:25 +00:00
notplants f836c74386 improvements to readme 2026-06-08 14:03:16 -04:00
notplants e257349b37 improve documentation of federation 2026-06-04 14:30:29 -04:00
notplants b730cadb06 docs: document the three federation setup options 2026-05-25 13:05:11 -04:00
notplants 59ad89cfb4 add traefik labels for matrix-federation entrypoint
Adds a second Traefik router on the web (nginx) service that listens on
the `matrix-federation` entrypoint (host port 8448 via the traefik
recipe's compose.matrix.yml) and uses Host(${SERVER_NAME}).

Lets remote homeservers reach this server's federation/key endpoints via
the standard `<server_name>:8448` fallback when no .well-known or SRV
delegation exists for SERVER_NAME — useful when SERVER_NAME differs from
DOMAIN and no external service serves /.well-known/matrix/server.

Requires MATRIX_FEDERATION_ENABLED=1 on the traefik stack.
2026-05-25 15:52:16 +00:00
notplants f66bfef727 working on configurable room complexity limits 2026-04-30 15:06:54 -04:00
notplants a809333dcb comments 2026-04-29 15:18:13 -04:00
notplants b39c60d594 add run_compressor command 2026-04-29 15:01:50 -04:00
notplants 4830b0596c adding many abra commands 2026-04-29 14:47:51 -04:00
notplants 43d68aefb4 use vacuum full 2026-04-29 13:44:55 -04:00
notplants 91efd92d31 add abra command for vacuum full 2026-04-29 13:40:41 -04:00
notplants 3fab725957 Add optional compose for rust-synapse-compress-state 2026-04-29 13:14:49 -04:00