Recommit for updates in build 28
This commit is contained in:
@@ -884,6 +884,96 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ga_use_proxy_protocol</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>false</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to enable proxy protocol support in Gitea.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ga_public_url_detection</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'auto'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The method for public URL detection in Gitea. Options are ‘auto’, ‘legacy’, and ‘none’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ga_qos_enabled</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to enable QoS support in Gitea.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ga_qos_max_waiting</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'100'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The maximum number of waiting requests for QoS in Gitea.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ga_qos_target_wait_time</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'250ms'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The target wait time for QoS in Gitea.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ga_admin_allow_create_organization</span>
|
||||
@@ -908,15 +998,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
64
|
||||
65
|
||||
66
|
||||
67
|
||||
68
|
||||
69
|
||||
70
|
||||
71
|
||||
72
|
||||
73
|
||||
74
|
||||
75
|
||||
@@ -997,10 +1078,24 @@
|
||||
150
|
||||
151
|
||||
152
|
||||
153</pre>
|
||||
153
|
||||
154
|
||||
155
|
||||
156
|
||||
157
|
||||
158
|
||||
159
|
||||
160
|
||||
161
|
||||
162
|
||||
163
|
||||
164
|
||||
165
|
||||
166
|
||||
167</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 64</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 73</span>
|
||||
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user