From 872b675050d30a078ceb0c7192deca14c33da2ba Mon Sep 17 00:00:00 2001 From: derStephan Date: Wed, 5 Aug 2026 14:04:38 +0200 Subject: [PATCH] Add more explanations to DNS Settings for individual subdomains Signed-off-by: derStephan --- community-containers/caddy/readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/community-containers/caddy/readme.md b/community-containers/caddy/readme.md index 4ead4fd8..f87e914c 100644 --- a/community-containers/caddy/readme.md +++ b/community-containers/caddy/readme.md @@ -11,9 +11,6 @@ This container bundles [caddy](https://caddyserver.com/) and auto-configures it This container configures subdomains for a number of community containers. -> [!Note] -> - You need to set the correct CNAME or A/AAAA DNS records for your domain to get this working. - | Container | Subdomain | Geoblocking | IP Allow List | Authentication | |---------------------------------------------------------------------------------------------------------------------|----------------------------------|-------------|---------------|----------------| | [azuracast](https://github.com/nextcloud/all-in-one/tree/main/community-containers/azuracast) | `radio.your-nc-domain.com` | ✅ | | | @@ -28,6 +25,16 @@ This container configures subdomains for a number of community containers. | [vaultwarden](https://github.com/nextcloud/all-in-one/tree/main/community-containers/vaultwarden) | `bw.your-nc-domain.com` | ✅ | ✅ | | +> [!Important] +> You need to set the correct DNS records for this to work! +> +> Example: +> - your domain is your-nc-domain.com, +> - you want to use the stalwart container +> - so you need to set CNAME or A/AAAA DNS records for the subdomains mail.your-nc-domain.com to point to your nextcloud AIO server +> - caddy will do the rest and make stalwart available without any additional configuration + + ## Geoblocking - After the container was started the first time, log in as default `admin` user. You should see a new `nextcloud-aio-caddy` folder and inside there an `allowed-countries.txt` file