radicale3: update initial uci config
authorDaniel F. Dickinson <redacted>
Thu, 15 Jan 2026 04:24:48 +0000 (23:24 -0500)
committerHannu Nyman <redacted>
Wed, 21 Jan 2026 05:42:10 +0000 (07:42 +0200)
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 <redacted>
net/radicale3/files/radicale3.config

index 753044cf02362f82a8494cdff7966f2ba549ac67..09e759bcf9d1c6d0177c9e38ce73c3fd8838c568 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT