diff --git a/master.html b/master.html
index c6f887fc..7277b3ca 100644
--- a/master.html
+++ b/master.html
@@ -7,12 +7,22 @@
@@ -854,7 +863,7 @@ configuration files can be separated by :
(resp.
optional.
The same example configuration via command line arguments looks like:
-python3 -m radicale --server-hosts 0.0.0.0:5232,[::]:5232 \
+python3 -m radicale --server-hosts 0.0.0.0:5232,[::]:5232 \
--auth-type htpasswd --auth-htpasswd-filename ~/.config/radicale/users \
--auth-htpasswd-encryption autodetect
Add the argument --config ""
to stop Radicale from
diff --git a/v1.html b/v1.html
index b0f2d660..c3d935ce 100644
--- a/v1.html
+++ b/v1.html
@@ -7,12 +7,22 @@
diff --git a/v2.html b/v2.html
index 69792529..c70afd26 100644
--- a/v2.html
+++ b/v2.html
@@ -7,12 +7,22 @@
@@ -659,7 +668,7 @@ configuration file.
Re-type new password:
bcrypt is used to secure the passwords. Radicale requires additional dependencies for this encryption method:
-$ python3 -m pip install --upgrade radicale[bcrypt]==2.1.*
$ python3 -m pip install --upgrade radicale[bcrypt]==2.1.*
Authentication can be enabled with the following configuration:
[auth]
type = htpasswd
diff --git a/v3.html b/v3.html
index 6ef6fe96..4fb8dba2 100644
--- a/v3.html
+++ b/v3.html
@@ -7,12 +7,22 @@
@@ -829,7 +838,7 @@ configuration files can be separated by :
(resp.
optional.
The same example configuration via command line arguments looks
like:
-python3 -m radicale --server-hosts 0.0.0.0:5232,[::]:5232 \
+python3 -m radicale --server-hosts 0.0.0.0:5232,[::]:5232 \
--auth-type htpasswd --auth-htpasswd-filename ~/.config/radicale/users \
--auth-htpasswd-encryption autodetect
Add the argument --config ""
to stop Radicale from