1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/woodpecker_ynh.git synced 2024-09-03 20:35:57 +02:00
This commit is contained in:
OniriCorpe 2024-01-28 02:08:53 +01:00
commit decabc422e

View file

@ -25,6 +25,18 @@ ynh_script_progression --message="Updating NGINX web server configuration..." --
ynh_change_url_nginx_config
#=================================================
# MODIFY URL IN WOODPECKER CONF
#=================================================
ynh_script_progression --message="Updating configuration file..." --weight=1
path_no_trailing_slash=${path%/}
_woodpecker_set_forge_config
ynh_add_config --template="woodpecker-server.conf" --destination="$install_dir/woodpecker-server.conf"
chmod 400 "$install_dir/woodpecker-server.conf"
chown "$app:$app" "$install_dir/woodpecker-server.conf"
#=================================================
# GENERIC FINALISATION
#=================================================