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).