Slavi Pantaleev
Slavi Pantaleev
For matrix-media-repo, we're exposing the new "authenticated media" APIs on Traefik's internal entrypoint, so that they're reachable at `http://matrix-traefik:8008/_matrix/client/v1/..`. That said, this does not seem to be related to the...
This variable is overwritten via `group_vars/matrix_servers` and should effectively be set to `true` for you. Regardless, it's likely the lack of a correct `Host` header that's tripping up matrix-media-repo.
Thanks for reporting this, @gnouts! I've pushed this fix (to matrix-media-repo and a few other places) in https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/05b79057aa62450c8638831e8d4a4a33138f11b8
@maul0r, your issue is with bridged media, but it's completely different. https://github.com/mautrix/signal/commit/b09995a892c9930628e1669532d9c1283a4938c8 is some fix which adjusts the upload path. It seems like it's not part of a mautrix-signal release...
matrix-authentication service has been supported since 2024-10-19. See the [Support for Matrix Authentication Service](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/75337384c00c664ad8a6d3982d9fb2f328b9e575/CHANGELOG.md#support-for-matrix-authentication-service) changelog entry.
I think plenty of people are running sliding-syn in combination with Synapse workers, so the problem is probably not very frequently occurring. You're changing quite a bit in your configuration,...
`@facebookbot:example.com` is the Matrix user ID of the old bot. The `facebookbot` user remains in your database forever. You can leave the old rooms to "get rid of them". The...
It doesn't seem like you've posted any details.
This is still incomplete. In Kubespray v2.27.0 times, I had Hubble installed via: ```yml cilium_enable_hubble: true cilium_hubble_install: true cilium_hubble_metrics: - dns - drop - tcp - flow - icmp -...
`org.matrix.msc4143.rtc_foci` says `https://matrix.domain.com/livekit-jwt-service`, but you're reverse-proxying `/livekit/jwt/` instead.