Compare commits

...

4 Commits

Author SHA1 Message Date
488a656631 Revert version number to 5.1.1
Some checks failed
continuous-integration/drone/pr Build is failing
2026-06-10 17:15:26 +00:00
793901a7c2 Merge branch 'master' into compose.matrix
Some checks failed
continuous-integration/drone/pr Build is failing
2026-06-10 17:14:18 +00:00
88f1e61da2 chore: publish 5.1.2+v3.6.15 release
Some checks failed
continuous-integration/drone/pr Build is failing
2026-05-25 16:52:59 +00:00
53321a7700 fix: matrix-federation entrypoint on :8448 to match published port
compose.matrix.yml publishes container port 8448, but the entrypoint
was on :9001 — federation traffic hit no listener. :9001 also collided
with the minio-console entrypoint.
2026-05-25 16:52:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v30
export TRAEFIK_YML_VERSION=v31
export FILE_PROVIDER_YML_VERSION=v12
export ENTRYPOINT_VERSION=v5

View File

@ -96,7 +96,7 @@ entrypoints:
{{- end }}
{{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }}
matrix-federation:
address: ":9001"
address: ":8448"
{{- end }}
{{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
nextcloud-talk-hpb: