1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
This commit is contained in:
Peter Bieringer 2025-05-09 18:08:22 +02:00
parent ff346e879a
commit a655bd7f23

View file

@ -99,11 +99,6 @@ Start the service manually, data is stored in a system folder
python3 -m radicale --storage-filesystem-folder=/var/lib/radicale/collections --auth-type none 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 #### Windows
The first step is to install Python. Go to The first step is to install Python. Go to
@ -119,9 +114,14 @@ python -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master
python -m radicale --storage-filesystem-folder=~/radicale/collections --auth-type none python -m radicale --storage-filesystem-folder=~/radicale/collections --auth-type none
``` ```
##### Common
Victory! Open <http://localhost:5232> in your browser! 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). 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](#addresses) and [Configuration/Server](#server) for more.
### Basic Configuration ### Basic Configuration
Installation instructions can be found in the Installation instructions can be found in the