fix: matrix-federation entrypoint on :8448 instead of :9001 #105

Open
notplants wants to merge 4 commits from compose.matrix into master
Owner

compose.matrix.yml was mapping port 9001, but it probably should have been mapping port 8448 (which is the default matrix expects).

I saw that federation was not working before via this, and after making the change, matrix federation appears to be working from https://federationtester.matrix.org

compose.matrix.yml was mapping port 9001, but it probably should have been mapping port 8448 (which is the default matrix expects). I saw that federation was not working before via this, and after making the change, matrix federation appears to be working from https://federationtester.matrix.org
notplants added 1 commit 2026-05-25 16:50:45 +00:00
fix: matrix-federation entrypoint on :8448 to match published port
Some checks failed
continuous-integration/drone/pr Build is failing
e94da63371
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.
notplants force-pushed compose.matrix from e94da63371 to 88f1e61da2 2026-05-25 16:53:49 +00:00 Compare
notplants requested review from p4u1 2026-05-25 16:55:46 +00:00
notplants requested review from decentral1se 2026-05-25 16:55:56 +00:00
notplants requested review from javielico 2026-05-25 16:56:05 +00:00
notplants requested review from moritz 2026-05-25 16:56:13 +00:00
Owner

looks good to me, but could you revert the version bump in compose.yml? Also is there any other matrix maintainer that could review this?

looks good to me, but could you revert the version bump in compose.yml? Also is there any other matrix maintainer that could review this?
Author
Owner

ty for the review @p4u1 . if I revert the version bump, will I still be able to apply this update to traefik via upgrade? or would I have to use --chaos to get the update?

and @3wordchant reviewed the matrix PR here

although the cooperative.computer deployment of matrix is having an issue today, which I'm looking into

ty for the review @p4u1 . if I revert the version bump, will I still be able to apply this update to traefik via upgrade? or would I have to use --chaos to get the update? and @3wordchant reviewed the matrix PR [here](https://git.coopcloud.tech/coop-cloud/matrix-synapse/pulls/62) although the cooperative.computer deployment of matrix is having an issue today, which I'm looking into
Owner

Ok, just ping when this is ready to merge :)

You don't need --chaos to deploy this without a released version. You can always set the version of their recipe to the commit hash you want to deploy. This also works with commits on a different branch which is really neat!

TYPE=traefik:<commit hash>
Ok, just ping when this is ready to merge :) You don't need --chaos to deploy this without a released version. You can always set the version of their recipe to the commit hash you want to deploy. This also works with commits on a different branch which is really neat! ``` TYPE=traefik:<commit hash> ```
notplants added 1 commit 2026-06-10 17:14:22 +00:00
Merge branch 'master' into compose.matrix
Some checks failed
continuous-integration/drone/pr Build is failing
793901a7c2
notplants added 1 commit 2026-06-10 17:15:29 +00:00
Revert version number to 5.1.1
Some checks failed
continuous-integration/drone/pr Build is failing
488a656631
Author
Owner

@p4u1 that's good to know about reference by commit and different branches (ty).

Just reverted the version bump in the PR, and all the related work on the matrix recipe is merged in now too.

So I believe this is ready to be merged

@p4u1 that's good to know about reference by commit and different branches (ty). Just reverted the version bump in the PR, and all the related work on the matrix recipe is merged in now too. So I believe this is ready to be merged
decentral1se approved these changes 2026-06-11 10:52:14 +00:00
decentral1se left a comment
Owner

LGTM! Can't test however. Thanks for the work!

LGTM! Can't test however. Thanks for the work!
p4u1 approved these changes 2026-06-11 11:03:20 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin compose.matrix:compose.matrix
git checkout compose.matrix
Sign in to join this conversation.
No description provided.