From 7cfc8ce601bec185ce9cf6a566cee37ac693115c Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:58:19 +0200 Subject: [PATCH] Update caddy.json (#4154) --- frontend/public/json/caddy.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/caddy.json b/frontend/public/json/caddy.json index 8ae920a4c..c5e175347 100644 --- a/frontend/public/json/caddy.json +++ b/frontend/public/json/caddy.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-11", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 80, "documentation": "https://caddyserver.com/docs/", @@ -32,6 +32,10 @@ "password": null }, "notes": [ + { + "text": "xcaddy needs to be updated manually after a caddy update!", + "type": "warning" + }, { "text": "if you need an internal module run: `caddy add-package PACKAGENAME`", "type": "info"