mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update check_process
This commit is contained in:
parent
f9be434e09
commit
b1fa0052b3
1 changed files with 6 additions and 4 deletions
|
@ -1,13 +1,15 @@
|
||||||
;; Mattermost
|
# See here for more information
|
||||||
|
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||||
|
|
||||||
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="ynhtests.local" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
admin_email="john@gmail.com"
|
admin_email="john@gmail.com"
|
||||||
admin_password="admin!42"
|
admin_password="admin!42"
|
||||||
admin_locale="fr"
|
language="fr"
|
||||||
team_display_name="Mon équipe"
|
team_display_name="Mon équipe"
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
analytics=0
|
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue