From 33091822b7de87df412edb7f15961f2c6f23489c Mon Sep 17 00:00:00 2001 From: stratself Date: Wed, 8 Apr 2026 05:51:39 +0000 Subject: [PATCH] docs(docker,delegation): revert delegation changes, small wording fixes --- docs/advanced/delegation.mdx | 5 ----- docs/deploying/docker.mdx | 10 ++++++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/advanced/delegation.mdx b/docs/advanced/delegation.mdx index 290a621b8..3c718dc23 100644 --- a/docs/advanced/delegation.mdx +++ b/docs/advanced/delegation.mdx @@ -24,7 +24,6 @@ client = "https://matrix.example.com" server = "matrix.example.com:443" # (optional) customize your support contacts -# Defaults to members of #admin room if unset #support_page = #support_role = "m.role.admin" #support_email = @@ -43,10 +42,6 @@ services: client=https://matrix.example.com, server=matrix.example.com:443 } - - # You can also configure individual .well-knowns as below - # CONTINUWUITY_WELL_KNOWN__CLIENT: https://matrix.example.com - # CONTINUWUITY_WELL_KNOWN__SERVER: matrix.example.com:443 ``` ## Serving with a reverse proxy diff --git a/docs/deploying/docker.mdx b/docs/deploying/docker.mdx index f6dd016a1..b03f450c4 100644 --- a/docs/deploying/docker.mdx +++ b/docs/deploying/docker.mdx @@ -41,13 +41,12 @@ Continuwuity requires HTTPS for Matrix federation. You'll need: - A reverse proxy with SSL/TLS certificates (Traefik, Caddy, nginx, etc.) - see [Docker Compose](#docker-compose) for complete examples. - Port `:443` (for Client-Server traffic) and `:8448` (for federation traffic) opened on your server's firewall. - - Alternatively, if you want both client and federation traffic on `:443`, you can configure `CONTINUWUITY_WELL_KNOWN` following some of the examples below. + - Alternatively, if you want both client and federation traffic on `:443`, you can configure `CONTINUWUITY_WELL_KNOWN` following some of the [examples](#choose-your-reverse-proxy) below. -:::tip Alternative setups +:::tip Split-domain setups For more setups with `.well-known` delegation and split-domain deployments, consult the [Delegation/Split-domain](../advanced/delegation) page. ::: - ## Docker - Quick Run :::note For testing only @@ -232,6 +231,10 @@ You will then need to point your reverse proxy towards Continuwuity at `127.0.0. See the [generic deployment guide](generic.mdx) for more deployment options. +## Testing + +Test that your setup works by following these [instructions](./generic.mdx#how-do-i-know-it-works) + ## (Optional) Building Custom Images For information on building your own Continuwuity Docker images, see the @@ -240,7 +243,6 @@ section in the development documentation. ## Next steps -- Test that your setup works by following these [instructions](./generic.mdx#how-do-i-know-it-works) - For smooth federation, set up a caching resolver according to the [DNS tuning guide](../advanced/dns.mdx) - To set up Audio/Video communication, see the [Calls](../calls.mdx) page. If you want to set up an appservice, take a look at the [Appservice