Incorrect Docs for Caddy Docker Proxy #1464

Open
opened 2026-02-26 17:56:48 +00:00 by Henry-Hiles · 2 comments
Contributor

Back from conduwuit days: c1c084dda1

Ideally this should proxy to continuwuity, but at least shouldn't have all this stuff. E.g. this m.server seems odd? Should, I think, not have that one, I don't see it in spec. The fact this doesn't reverse proxy also complicates MatrixRTC setup, as just setting the config values doesn't work.

Back from conduwuit days: https://forgejo.ellis.link/continuwuation/continuwuity/commit/c1c084dda1c6b3801e81b53ceaa8bfa26a9e9245 Ideally this should proxy to continuwuity, but at least shouldn't have all this stuff. E.g. this `m.server` seems odd? Should, I think, not have that one, I don't see it in spec. The fact this doesn't reverse proxy also complicates MatrixRTC setup, as just setting the config values doesn't work.

This seems better, the m.server is definitely odd in the client well-known.

-             caddy.1_respond: /.well-known/matrix/client {"m.server":{"base_url":"https://matrix.example.com"},"m.homeserver":{"base_url":"https://matrix.example.com"},"org.matrix.msc3575.proxy":{"url":"https://matrix.example.com"}}
+             caddy.1_respond: /.well-known/matrix/client {"m.homeserver":{"base_url":"https://matrix.example.com"}}
This seems better, the m.server is definitely odd in the client well-known. ``` - caddy.1_respond: /.well-known/matrix/client {"m.server":{"base_url":"https://matrix.example.com"},"m.homeserver":{"base_url":"https://matrix.example.com"},"org.matrix.msc3575.proxy":{"url":"https://matrix.example.com"}} ``` ``` + caddy.1_respond: /.well-known/matrix/client {"m.homeserver":{"base_url":"https://matrix.example.com"}} ```
Author
Contributor

I mean, ideally it should just be reverse proxied.

I mean, ideally it should just be reverse proxied.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity#1464
No description provided.