Fix matrix federation

Apparently this has been broken since like March...

It seems communication over port 8448 is required for server-to-server
comms, even if the client doesn't use it.
This commit is contained in:
Jake Howard
2021-06-12 16:47:51 +01:00
parent 94e4592db6
commit 33fcf1a9e5
5 changed files with 5 additions and 24 deletions

View File

@ -1,8 +1,5 @@
http:
middlewares:
tls-redirect:
redirectScheme:
scheme: https
compress:
compress: {}

View File

@ -15,23 +15,12 @@ entryPoints:
address: :443
http:
middlewares:
- tls-redirect@file
- floc-block@file
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"
- "{{ pve_hosts.internal_cidr }}"
- "{{ nebula.cidr }}"
matrix:
address: :8448
http:
middlewares:
- tls-redirect@file
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"
- "{{ pve_hosts.internal_cidr }}"
- "{{ nebula.cidr }}"
traefik:
address: "{{ private_ip }}:8080"