From b89ff68a022237f9c84ff3fabab998e1bacd2082 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Tue, 24 Feb 2026 00:40:01 +0100 Subject: [PATCH] Recommit for updates in build 28 --- .../confdroid_gitea_3A_3Aparams.html | 122 ++++++++++++++++-- 1 file changed, 111 insertions(+), 11 deletions(-) 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 @@ +
  • + + ga_use_proxy_protocol + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    Whether to enable proxy protocol support in Gitea.

    +
    + +
  • + +
  • + + ga_public_url_detection + + + (String) + + + (defaults to: 'auto') + + + — +
    +

    The method for public URL detection in Gitea. Options are ‘auto’, ‘legacy’, and ‘none’.

    +
    + +
  • + +
  • + + ga_qos_enabled + + + (Boolean) + + + (defaults to: true) + + + — +
    +

    Whether to enable QoS support in Gitea.

    +
    + +
  • + +
  • + + ga_qos_max_waiting + + + (String) + + + (defaults to: '100') + + + — +
    +

    The maximum number of waiting requests for QoS in Gitea.

    +
    + +
  • + +
  • + + ga_qos_target_wait_time + + + (String) + + + (defaults to: '250ms') + + + — +
    +

    The target wait time for QoS in Gitea.

    +
    + +
  • +
  • ga_admin_allow_create_organization @@ -908,15 +998,6 @@
     
     
    -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',