mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
improve doc triggered by https://github.com/Kozea/Radicale/discussions/1778
This commit is contained in:
parent
ff346e879a
commit
a655bd7f23
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
```
|
||||
|
||||
##### 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
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
##### 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](#addresses) and [Configuration/Server](#server) for more.
|
||||
|
||||
### Basic Configuration
|
||||
|
||||
Installation instructions can be found in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue