Recommit for updates in build 19

This commit is contained in:
2026-02-05 15:23:59 +01:00
parent e533d64286
commit f6cf2cb2e1
2 changed files with 7 additions and 3 deletions

View File

@@ -128,7 +128,9 @@
30
31
32
33</pre>
33
34
35</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -149,6 +151,8 @@ class confdroid_gitea::main::files (
file { &#39;/usr/local/bin/gitea&#39;:
ensure =&gt; &#39;link&#39;,
owner =&gt; $ga_user,
group =&gt; $ga_user,
target =&gt; &quot;${ga_opt_dir}/gitea&quot;,
}

View File

@@ -586,7 +586,7 @@
<span class='type'>(<tt>Boolean</tt>)</span>
<em class="default">(defaults to: <tt>false</tt>)</em>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
@@ -957,7 +957,7 @@ class confdroid_gitea::params (
String $ga_log_mode = &#39;file&#39;,
String $ga_log_level = &#39;info&#39;,
# security
Boolean $ga_install_lock = false,
Boolean $ga_install_lock = true,
String $ga_secret_key = &#39;ChangeMe1234567890&#39;,
String $ga_reverse_proxy_limit = &#39;1&#39;,
String $ga_reverse_proxy_trusted_proxies = &#39;*&#39;,