diff --git a/conf/systemd.service b/conf/systemd.service index 4ffcbad..e081856 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Gitea Runner +Description=Forgejo Runner After=network.target [Service] diff --git a/manifest.toml b/manifest.toml index 9063261..b6a96fe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,9 +21,9 @@ yunohost = ">= 11.2" architectures = "all" multi_instance = false -ldap = false +ldap = "not_relevant" -sso = false +sso = "not_relevant" disk = "50M" ram.build = "50M" @@ -34,8 +34,8 @@ ram.runtime = "50M" type = "domain" [install.token] - ask.en = "This token can be retrieved at this location: domain.tld/admin/actions/runners" - ask.fr = "Ce token peut être récupéré à cet emplacement : domain.tld/admin/actions/runners" + ask.en = "This token can be retrieved at this location: https://forgejo.domain.tld/admin/actions/runners" + ask.fr = "Ce token peut être récupéré à cet emplacement : https://forgejo.domain.tld/admin/actions/runners" type = "string" example = "xxxx" diff --git a/scripts/install b/scripts/install index 04ef7cd..29e94da 100755 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,7 @@ yunohost service add $app --description="Runner for Forgejo" --log="/var/log/$ap ynh_script_progression --message="Adding a configuration file..." --weight=1 pushd $install_dir - ./forgejo-runner register --no-interactive --token $token --name runner --instance $forgejo_url + ./forgejo-runner register --instance $forgejo_url --token $token --name runner --no-interactive popd #=================================================