From 21ec383a3b103117b8acc1d71c35e960e9f75842 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 3 Jan 2025 07:51:34 +0000 Subject: [PATCH] Generate documentation --- master.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/master.html b/master.html index 34c38564..0aefc608 100644 --- a/master.html +++ b/master.html @@ -309,7 +309,7 @@ for some basic configuration.

system.

Linux / *BSD

-

First, make sure that python 3.8 or later and +

First, make sure that python 3.9 or later and pip are installed. On most distributions it should be enough to install the package python3-pip.

Then open a console and type:

@@ -936,6 +936,22 @@ users.

users.

Default: none

+
+
cache_logins
+

Cache successful/failed logins until expiration time. Enable this to +avoid overload of authentication backends.

+

Default: false

+
+
+
cache_successful_logins_expiry
+

Expiration time of caching successful logins in seconds

+

Default: 15

+
+
+
cache_failed_logins_expiry
+

Expiration time of caching failed logins in seconds

+

Default: 90

+
htpasswd_filename

Path to the htpasswd file.

@@ -964,6 +980,11 @@ password with a salt.

entry.

Default: autodetect

+
+
htpasswd_cache
+

Enable caching of htpasswd file based on size and mtime_ns

+

Default: False

+
delay

Average delay after failed login attempts in seconds.