OP#414 add user control
This commit is contained in:
@@ -17,9 +17,10 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Installation
|
You must set `ga_host_fqdn` and specify the correct hostname, else nothing will be configured to avoid having accidently multiple hosts configured as gitea server.
|
||||||
|
|
||||||
- install required binaries
|
Installation
|
||||||
|
- install required binaries.
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user