From 49bd0a0763e241603046af7a2616dbd10b17fab5 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 9 May 2025 16:09:08 +0000 Subject: [PATCH] Generate documentation --- master.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/master.html b/master.html index 9bcfdec1..3abf9432 100644 --- a/master.html +++ b/master.html @@ -355,12 +355,6 @@ recommended)

# Start, data is stored in a system folder (requires write permissions to /var/lib/radicale/collections)
 python3 -m radicale --storage-filesystem-folder=/var/lib/radicale/collections --auth-type none
-
-
common
-

Victory! Open http://localhost:5232 in your browser! -You can log in with any username and password (no authentication is -required as long as not proper configured - INSECURE).

-

Windows

@@ -371,9 +365,15 @@ now". Wait a couple of minutes, it's done!

Launch a command prompt and type:

python -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
 python -m radicale --storage-filesystem-folder=~/radicale/collections --auth-type none
+
+
Common

Victory! Open http://localhost:5232 in your browser! You can log in with any username and password (no authentication is required as long as not proper configured - INSECURE).

+

Just note that default configuration for security reason binds the +server to localhost (IPv4: 127.0.0.1, IPv6: +::1). See Addresses and Configuration/Server for more.

+