Skip to content

Commit

Permalink
fix: dont require muc.xmpp as a traefik router
Browse files Browse the repository at this point in the history
fixes fedimint#3799

in XMPP, the multi-user chat (MUC) component does not strictly require
DNS config on the address, only xmpp.example.com is needed
since it is a virtual host

more details: https://prosody.im/doc/chatrooms
  • Loading branch information
otech47 committed Nov 30, 2023
1 parent 361a16f commit 1d8b49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/full-tls-mutinynet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.xmpp.loadbalancer.server.port=5280"
- "traefik.http.routers.xmpp.rule=Host(`xmpp.fedimint.my-super-host.com`) || Host(`muc.xmpp.fedimint.my-super-host.com`)"
- "traefik.http.routers.xmpp.rule=Host(`xmpp.fedimint.my-super-host.com`)"
- "traefik.http.routers.xmpp.entrypoints=websecure"
- "traefik.http.routers.xmpp.tls.certresolver=myresolver"

Expand Down

0 comments on commit 1d8b49c

Please sign in to comment.