From 04fc5bbe5e6b99ce7d6e1d64c50dc395a3e85cb8 Mon Sep 17 00:00:00 2001 From: derStephan Date: Wed, 5 Aug 2026 14:08:38 +0200 Subject: [PATCH] even better DNS explanation. Signed-off-by: derStephan --- community-containers/caddy/readme.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/community-containers/caddy/readme.md b/community-containers/caddy/readme.md index 92ef31ad..1f3e5864 100644 --- a/community-containers/caddy/readme.md +++ b/community-containers/caddy/readme.md @@ -11,6 +11,15 @@ This container bundles [caddy](https://caddyserver.com/) and auto-configures it This container configures subdomains for a number of community containers. +> [!Important] +> You need to set the correct DNS records for this to work +> +> Example: +> - Your domain is `your-nc-domain.com` and you want to use the vaultwarden container. +> - Then you need to set CNAME record for the subdomain `bw.your-nc-domain.com` to point to your main domain `your-nc-domain.com`. +> - Alternatively, you can configure the A/AAAA records of `bw.your-nc-domain.com` to point to the public IP-address of your Nextcloud AIO server. + + | 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` | ✅ | | | @@ -24,16 +33,6 @@ This container configures subdomains for a number of community containers. | [stalwart](https://github.com/nextcloud/all-in-one/tree/main/community-containers/stalwart) | `mail.your-nc-domain.com` | ✅ | ✅ | | | [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 and you want to use the vaultwarden container. -> - Then you need to set CNAME record for the subdomain bw.your-nc-domain.com to point at your main your-nc-domain.com. -> - Alternatively, you can configure the A/AAAA records of your-nc-domain.com to point at the public IP-address of your Nextcloud AIO server. - - ## 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