
Noob needs help, MatchingServerName Error
I used https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/quick-start.md the quickstart to set everything up and it mostly works, i can access element and use it but the federation functionality doesnt seem to work.
I use my root domain for a dashboard and added a well known file over traefik which seems to work, in var.yml i have
matrix_domain: rootdomain
matrix_server_fqn_matrix: matrix.rootdomain
matrix_playbook_reverse_proxy_type: other-traefik-container
matrix_federation_traefik_entrypoint_name: matrix-federation
Not sure what the issue is, as far as i understand it is all as the docs say.
SOLVED: in my traefik commands i forgot to add - "--entrypoints.matrix-internal-matrix-client-api.address=:8008" and i was doing the test on the subdomain.