From 5436cb693d96188b9ae41c35ddd41197e52ca8db Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sat, 22 Mar 2025 06:15:03 +0000 Subject: [PATCH] Generate documentation --- master.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/master.html b/master.html index 56a534e9..dd73b05c 100644 --- a/master.html +++ b/master.html @@ -341,12 +341,13 @@ recommended)

python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz

Start the service manually, data is stored in a system folder

# 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
+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.

+You can log in with any username and password (no authentication is +required as long as not proper configured - INSECURE).

@@ -357,9 +358,10 @@ installer, check the "Add Python to PATH" box and click on "Install 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
+python -m radicale --storage-filesystem-folder=~/radicale/collections --auth-type none

Victory! Open http://localhost:5232 in your browser! -You can log in with any username and password.

+You can log in with any username and password (no authentication is +required as long as not proper configured - INSECURE).