diff --git a/doc/PRE_INSTALL.md b/doc/PRE_INSTALL.md new file mode 100644 index 0000000..28b140d --- /dev/null +++ b/doc/PRE_INSTALL.md @@ -0,0 +1 @@ +The Forgejo runner needs to connect to a Forgejo instance and must be registered before doing so. It will give it permission to read the repositories and send back information to Forgejo such as the logs or its status. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index b6a96fe..a479c23 100644 --- a/manifest.toml +++ b/manifest.toml @@ -63,7 +63,6 @@ ram.runtime = "50M" [resources.install_dir] [resources.permissions] - main.url = "/" [resources.apt] packages = "ca-certificates, git, curl, tar" diff --git a/scripts/change_url b/scripts/change_url deleted file mode 100644 index 3a9b28d..0000000 --- a/scripts/change_url +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -#================================================= -# GENERIC STARTING -#================================================= -# IMPORT GENERIC HELPERS -#================================================= - -source _common.sh -source /usr/share/yunohost/helpers - -#================================================= -# STANDARD MODIFICATIONS -#================================================= -# STOP SYSTEMD SERVICE -#================================================= -ynh_script_progression --message="Stopping a systemd service..." --weight=1 - -ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" - -#================================================= -# MODIFY URL IN NGINX CONF -#================================================= -ynh_script_progression --message="Updating NGINX web server configuration..." --weight=1 - -ynh_change_url_nginx_config - -#================================================= -# GENERIC FINALISATION -#================================================= -# START SYSTEMD SERVICE -#================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=1 - -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" - -#================================================= -# END OF SCRIPT -#================================================= - -ynh_script_progression --message="Change of URL completed for $app" --last diff --git a/tests.toml b/tests.toml index aa332c5..aa05000 100644 --- a/tests.toml +++ b/tests.toml @@ -4,15 +4,16 @@ test_format = 1.0 [default] + # ------------ # Tests to run # ------------ - exclude = ["install.multi"] + exclude = ["install.subdir", "change_url", "install.private", "install.multi"] # ------------------------------- # Default args to use for install # ------------------------------- - args.token = "GR1348941_Rew7obt4p9jZyQUtHLx" + args.token = "9nVFksmWnF3gWKvQrBSOkviZIQhE5aRv63BG4KJX" args.forgejo_url = "https://forgejo.com/"