mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Update check_process
Add title from manifest Level 4 OK
This commit is contained in:
parent
d059d5e843
commit
504f8d04d7
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
admin="john" (USER)
|
admin="john" (USER)
|
||||||
|
title="Test flarum"
|
||||||
# language="en"
|
# language="en"
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
; Checks
|
; Checks
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
Level 2=auto
|
Level 2=auto
|
||||||
Level 3=auto
|
Level 3=auto
|
||||||
# Level 4 : HTTP Auth included with the extension tituspijean/flarum-ext-auth-ssowat
|
# Level 4 : HTTP Auth included with the extension tituspijean/flarum-ext-auth-ssowat
|
||||||
Level 4=0
|
Level 4=1
|
||||||
Level 5=auto
|
Level 5=auto
|
||||||
Level 6=auto
|
Level 6=auto
|
||||||
Level 7=auto
|
Level 7=auto
|
||||||
|
@ -41,4 +42,4 @@
|
||||||
#;;; Upgrade options
|
#;;; Upgrade options
|
||||||
# ; commit=65c382d138596fcb32b4c97c39398815a1dcd4e8
|
# ; commit=65c382d138596fcb32b4c97c39398815a1dcd4e8
|
||||||
# name=Name of this previous version
|
# name=Name of this previous version
|
||||||
#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&
|
#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&title=TITLE&is_public=1&
|
||||||
|
|
Loading…
Add table
Reference in a new issue