Recommit for updates in build 8
This commit is contained in:
@@ -77,10 +77,9 @@
|
|||||||
|
|
||||||
<h2 id="label-Features">Features</h2>
|
<h2 id="label-Features">Features</h2>
|
||||||
|
|
||||||
<p>Installation</p>
|
<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>
|
||||||
<ul><li>
|
|
||||||
<p>install required binaries</p>
|
<p>Installation - install required binaries.</p>
|
||||||
</li></ul>
|
|
||||||
|
|
||||||
<p>Configuration</p>
|
<p>Configuration</p>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
|
|||||||
@@ -77,10 +77,9 @@
|
|||||||
|
|
||||||
<h2 id="label-Features">Features</h2>
|
<h2 id="label-Features">Features</h2>
|
||||||
|
|
||||||
<p>Installation</p>
|
<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>
|
||||||
<ul><li>
|
|
||||||
<p>install required binaries</p>
|
<p>Installation - install required binaries.</p>
|
||||||
</li></ul>
|
|
||||||
|
|
||||||
<p>Configuration</p>
|
<p>Configuration</p>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ class confdroid_gitea::main::files (
|
|||||||
mode => '0755',
|
mode => '0755',
|
||||||
owner => $ga_user,
|
owner => $ga_user,
|
||||||
group => $ga_user,
|
group => $ga_user,
|
||||||
source => "${ga_dl_url}/gitea/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
|
source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user