1
0
Fork 0
This commit is contained in:
eric_G 2023-11-09 14:17:25 +01:00 committed by GitHub
commit 32606f3ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 44 deletions

1
doc/PRE_INSTALL.md Normal file
View file

@ -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.

View file

@ -63,7 +63,6 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "ca-certificates, git, curl, tar"

View file

@ -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

View file

@ -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/"