mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
check_process: modernize syntax
This commit is contained in:
parent
10ef78453b
commit
068bc7d399
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
;; Mattermost
|
;; Mattermost
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="ynhtests.local" (DOMAIN)
|
domain="ynhtests.local" (DOMAIN)
|
||||||
path="" (PATH)
|
path="" (PATH)
|
||||||
|
user="admin" (USER)
|
||||||
language="fr"
|
language="fr"
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
password="alpine" (PASSWORD)
|
password="alpine"
|
||||||
|
port="8065" (PORT)
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_root=1
|
setup_root=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue