radicale3: make the empty uci config consistent
authorDaniel F. Dickinson <redacted>
Thu, 15 Jan 2026 04:32:05 +0000 (23:32 -0500)
committerHannu Nyman <redacted>
Wed, 21 Jan 2026 05:42:10 +0000 (07:42 +0200)
We update the missing sections defaults to match the upstream default,
which are also our defaults when there is an UCI configuration, and
are also the defaults for the LuCI app.

Signed-off-by: Daniel F. Dickinson <redacted>
net/radicale3/files/radicale3.init

index a6b733d50cc67943278ab1540f6ab8342dace9f1..ce7829587fcf211e887019aadd0e2767e4a0f7a8 100755 (executable)
@@ -147,7 +147,7 @@ add_missing_sections() {
                        echo "[$section]" >> "$cfgfile"
                        case $section in
                        server)
-                               echo "hosts = 0.0.0.0:5232, [::]:5232" >> "$cfgfile"
+                               echo "hosts = 127.0.0.1:5232, [::1]:5232" >> "$cfgfile"
                                ;;
                        auth)
                                echo "type = htpasswd" >> "$cfgfile"
git clone https://git.99rst.org/PROJECT