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

Fix web account

This commit is contained in:
Kayou 2019-06-20 10:00:21 +02:00 committed by GitHub
parent fb13297f27
commit b4e9d9a3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
path="/gitlab" (PATH)
admin="john" (USER)
is_public=1 (PUBLIC|public=1|private=0)
use_web_account=0 (WEB_ACCOUNT)
use_web_account=0
; Checks
pkg_linter=1
setup_sub_dir=1
@ -28,4 +28,4 @@ Notification=none
;;; Upgrade options
; commit=2cc84310aeff7055342b445c1aee01d4183d5ae2
name=MAJ 11.6.3
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&use_web_account=WEB_ACCOUNT&is_public=1&
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&use_web_account=0&is_public=1&