From 78cf89d7d39ed3797b6efdb69ea61abf20fd99ac Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Wed, 14 Jan 2026 23:24:48 -0500 Subject: [PATCH] radicale3: update initial uci config With recent changes to the proposed PR (https://github.com/openwrt/luci/pull/8216) for the LuCI app for radicale3, it is not longer necessary that uncommented configuration be present in /etc/config/radicale3 for the LuCI app to work. Therefore make the initial uci config commented sample only. Signed-off-by: Daniel F. Dickinson --- net/radicale3/files/radicale3.config | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/net/radicale3/files/radicale3.config b/net/radicale3/files/radicale3.config index 753044cf02..09e759bcf9 100644 --- a/net/radicale3/files/radicale3.config +++ b/net/radicale3/files/radicale3.config @@ -1,7 +1,10 @@ -config section server +# config section server # list host 127.0.0.1:5232 - # list host ::1:5232 + # list host [::1]:5232 -#config user - #option name user1 - #option password password1 +# config user + # option name user1 + # option password password1 + +# config storage + # filesystem_folder /var/radicale3/data