From 3bd6ded8fd98f6fe51d8d81e7e968efcf191d5e9 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Wed, 4 Feb 2026 11:03:57 +0100 Subject: [PATCH] OP#414 add user control --- README.md | 5 +++-- manifests/main/files.pp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a101b6..196dbe2 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ ## 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 diff --git a/manifests/main/files.pp b/manifests/main/files.pp index bec9739..c3733a6 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -14,7 +14,7 @@ class confdroid_gitea::main::files ( mode => '0755', owner => $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", } } }