1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
Kay0u 2021-05-15 11:00:03 +02:00
parent ebc600b26e
commit f6a3d4228c
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156
4 changed files with 10 additions and 1 deletions

View file

@ -14,7 +14,7 @@
"email": "pierre@kayou.io"
},
"requirements": {
"yunohost": ">= 4.1.5"
"yunohost": ">= 4.2.3"
},
"multi_instance": false,
"services": [

View file

@ -239,6 +239,9 @@ ynh_script_progression --message="Reconfigure GitLab..." --weight=13
gitlab-ctl reconfigure
# Allow ssh for git
usermod -a -G "ssh.app" "git"
#=================================================
# GENERIC FINALIZATION
#=================================================

View file

@ -156,6 +156,9 @@ ynh_systemd_action --action=restart --service_name="gitlab-runsvdir" --log_path=
gitlab-rake gitlab:check SANITIZE=true
# Allow ssh for git
usermod -a -G "ssh.app" "git"
#=================================================
# RELOAD NGINX
#=================================================

View file

@ -329,6 +329,9 @@ chown admin: "$config_path/gitlab-persistent.rb"
gitlab-ctl reconfigure
# Allow ssh for git
usermod -a -G "ssh.app" "git"
#=================================================
# NGINX CONFIGURATION
#=================================================