1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

set the url at the installation

This commit is contained in:
Kayou 2024-07-02 14:38:47 +02:00 committed by GitHub
parent c858c5813f
commit 0c77c05873
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,8 @@ ynh_setup_source --dest_dir=$tempdir --source_id=$architecture
chmod 755 $install_dir chmod 755 $install_dir
ynh_exec_warn_less dpkg -i $tempdir/$gitlab_filename # https://docs.gitlab.com/omnibus/settings/configuration.html#specify-the-external-url-at-the-time-of-installation
ynh_exec_warn_less EXTERNAL_URL="$generated_external_url" dpkg -i $tempdir/$gitlab_filename
ynh_secure_remove --file="$tempdir" ynh_secure_remove --file="$tempdir"