mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
WIP (use #608)
This commit is contained in:
parent
428138adb5
commit
a91e8fdb8b
2 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@ This behaviour can be overwritten by specifying a path with the
|
|||
|
||||
The same example configuration via command line arguments looks like:
|
||||
```sh
|
||||
python3 -m radicale --config /dev/null --server-hosts 0.0.0.0:5232 --auth-type htpasswd --htpasswd-filename /path/to/htpasswd --htpasswd-encryption bcrypt
|
||||
python3 -m radicale --config "" --server-hosts 0.0.0.0:5232 --auth-type htpasswd --htpasswd-filename /path/to/htpasswd --htpasswd-encryption bcrypt
|
||||
```
|
||||
|
||||
The ``--config /dev/null`` argument is required to stop Radicale from trying
|
||||
The ``--config ""`` argument is required to stop Radicale from trying
|
||||
to load configuration files. Run ``python3 -m radicale --help`` for more information.
|
||||
|
||||
In the following, all configuration categories and options are described.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue