fix: matrix-federation entrypoint on :8448 instead of :9001 #105
Reference in New Issue
Block a user
No description provided.
Delete Branch "compose.matrix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
e94da63371to88f1e61da2looks good to me, but could you revert the version bump in compose.yml? Also is there any other matrix maintainer that could review this?
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
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!
@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
LGTM! Can't test however. Thanks for the work!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.