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
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).
-Launch a command prompt and type:
-m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
python -m radicale --storage-filesystem-folder=~/radicale/collections --auth-type none python
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.