diff --git a/scripts/change_url b/scripts/change_url index ae914ad..7d4a805 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -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 #=================================================