Update matrix trusted servers, fixes

This commit is contained in:
Jade Ellis 2024-12-15 18:21:30 +00:00
parent f6e5a5e92b
commit b8cab22e54
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ Environment="CONDUWUIT_ALLOW_PUBLIC_ROOM_DIRECTORY_OVER_FEDERATION=true"
Environment="CONDUWUIT_ALLOW_INCOMING_PRESENCE=false"
Environment="CONDUWUIT_TRUSTED_SERVERS=[\"matrix.org\", \"matrix.pissing.dev\", \"matrix.ellis.link\"]"
Environment="CONDUWUIT_TRUSTED_SERVERS=[\"matrix.org\", \"matrix.pissing.dev\", \"matrix.ellis.link\", "tchncs.de", "envs.net"]"
Environment="CONDUWUIT_LOG=info,hickory_proto::xfer::dns_exchange=error"
Environment="CONDUWUIT_WELL_KNOWN={ \
client=https://matrix.pissing.dev, \

View file

@ -56,7 +56,7 @@ Environment="CONDUWUIT_ALLOW_PUBLIC_ROOM_DIRECTORY_OVER_FEDERATION=true"
Environment="CONDUWUIT_ALLOW_INCOMING_PRESENCE=false"
Environment="CONDUWUIT_TRUSTED_SERVERS=[\"matrix.org\", \"matrix.pissing.dev\", \"matrix.ellis.link\"]"
Environment="CONDUWUIT_TRUSTED_SERVERS=[\"matrix.org\", \"matrix.pissing.dev\", \"matrix.ellis.link\", "tchncs.de", "envs.net"]"
Environment="CONDUWUIT_LOG=info,hickory_proto::xfer::dns_exchange=error"
Environment="CONDUWUIT_WELL_KNOWN={ \
client=https://matrix.ellis.link, \

View file

@ -10,7 +10,7 @@ ContainerName=mautrix-gmessages
Image=dock.mau.dev/mautrix/gmessages:latest
Volume=/var/opt/mautrix/gmessages:/data:z
AutoUpdate=registry
Network=web.network::alias=as-mautrix-gmessages
Network=web.network:alias=as-mautrix-gmessages
Label="traefik.enable=true"
Label="traefik.http.routers.mautrix-gmessages.rule=Host(`mautrix-gmessages.ellis.link`)"