Recommit for updates in build 8

This commit is contained in:
2026-02-04 11:04:51 +01:00
parent 7118cde5f0
commit 40a4e1ba76
3 changed files with 7 additions and 9 deletions

View File

@@ -77,10 +77,9 @@
<h2 id="label-Features">Features</h2>
<p>Installation</p>
<ul><li>
<p>install required binaries</p>
</li></ul>
<p>You must set <code>ga_host_fqdn</code> and specify the correct hostname, else nothing will be configured to avoid having accidently multiple hosts configured as gitea server.</p>
<p>Installation - install required binaries.</p>
<p>Configuration</p>
<ul><li>

View File

@@ -77,10 +77,9 @@
<h2 id="label-Features">Features</h2>
<p>Installation</p>
<ul><li>
<p>install required binaries</p>
</li></ul>
<p>You must set <code>ga_host_fqdn</code> and specify the correct hostname, else nothing will be configured to avoid having accidently multiple hosts configured as gitea server.</p>
<p>Installation - install required binaries.</p>
<p>Configuration</p>
<ul><li>

View File

@@ -131,7 +131,7 @@ class confdroid_gitea::main::files (
mode =&gt; &#39;0755&#39;,
owner =&gt; $ga_user,
group =&gt; $ga_user,
source =&gt; &quot;${ga_dl_url}/gitea/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64&quot;,
source =&gt; &quot;${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64&quot;,
}
}
}</pre>