diff --git a/doc/puppet_classes/confdroid_gitea_3A_3Aparams.html b/doc/puppet_classes/confdroid_gitea_3A_3Aparams.html index 742162b..8172621 100644 --- a/doc/puppet_classes/confdroid_gitea_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_gitea_3A_3Aparams.html @@ -884,6 +884,96 @@ +
Whether to enable proxy protocol support in Gitea.
+The method for public URL detection in Gitea. Options are ‘auto’, ‘legacy’, and ‘none’.
+Whether to enable QoS support in Gitea.
+The maximum number of waiting requests for QoS in Gitea.
+The target wait time for QoS in Gitea.
+-64 -65 -66 -67 -68 -69 -70 -71 -72 73 74 75 @@ -997,10 +1078,24 @@ 150 151 152 -153+153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167
# File 'manifests/params.pp', line 64
+ # File 'manifests/params.pp', line 73
class confdroid_gitea::params (
@@ -1019,6 +1114,11 @@ class confdroid_gitea::params (
Boolean $ga_start_ssh = false,
String $ga_instance_name = 'Your Gitea Instance',
String $ga_lfs_jwt_secret = 'ChangeMeLFSJWTSecret',
+ Boolean $ga_use_proxy_protocol = false,
+ String $ga_public_url_detection = 'auto',
+ Boolean $ga_qos_enabled = true,
+ String $ga_qos_max_waiting = '100',
+ String $ga_qos_target_wait_time = '250ms',
# database
String $ga_db_type = 'postgres',