mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
Merge pull request #25 from YunoHost-Apps/check_process
Correction check process
This commit is contained in:
commit
fdc4d361e9
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
## Test complet
|
;; Test complet
|
||||||
auto_remove=1
|
auto_remove=1
|
||||||
# Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/pluxml" (PATH)
|
path="/pluxml" (PATH)
|
||||||
admin="john" (USER)
|
admin="john" (USER)
|
||||||
password="pass" (PASSWORD)
|
password="pass" (PASSWORD)
|
||||||
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
||||||
default_lang="fr"
|
default_lang="fr"
|
||||||
# Checks
|
; Checks
|
||||||
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
|
|
Loading…
Reference in a new issue