From a65e2a2e426d0cbcd0251e4a1aca3c41fd2b6163 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 17 Aug 2026 14:46:15 +0200 Subject: [PATCH] Update caution note about default admin user Clarified the requirement for the default 'admin' user in the Caddy container. Signed-off-by: Simon L. --- community-containers/caddy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/caddy/readme.md b/community-containers/caddy/readme.md index 72638077..a0c756cc 100644 --- a/community-containers/caddy/readme.md +++ b/community-containers/caddy/readme.md @@ -5,7 +5,7 @@ This container bundles [caddy](https://caddyserver.com/) and auto-configures it > [!Caution] > - This container is incompatible with the [npmplus](https://github.com/nextcloud/all-in-one/tree/main/community-containers/npmplus) community container. So make sure that you do not enable both at the same time! > - Make sure that no other service is using port 443/tcp on your host as otherwise the containers will fail to start. You can check this with `sudo netstat -tulpn | grep 443` before installing this container -> - the default `admin` user needs to be present, i.e. it can not be deleted because caddy configuration can be done there. +> - the default `admin` Nextcloud user needs to be present, i.e. it can not be deleted because caddy configuration can be done there. ## Supported community containers