mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Add check_process
This commit is contained in:
parent
841d9c921f
commit
3ba30c0377
1 changed files with 36 additions and 27 deletions
|
@ -1,27 +1,36 @@
|
||||||
;; Test complet
|
;; General
|
||||||
auto_remove=1
|
auto_remove=1
|
||||||
; Manifest
|
# Commentaire ignoré
|
||||||
domain="domain.tld" (DOMAIN)
|
; Manifest
|
||||||
path="/path" (PATH)
|
domain="$DOMAIN" (DOMAIN)
|
||||||
admin="john" (USER)
|
path="$PATH" (PATH)
|
||||||
language="fr"
|
default_home_server="matrix.org"
|
||||||
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
password="pass" (PASSWORD)
|
; Checks
|
||||||
port="666" (PORT)
|
pkg_linter=1
|
||||||
; Checks
|
setup_sub_dir=1
|
||||||
pkg_linter=1
|
setup_root=1
|
||||||
setup_sub_dir=1
|
setup_nourl=0
|
||||||
setup_root=1
|
setup_private=1
|
||||||
setup_nourl=0
|
setup_public=1
|
||||||
setup_private=1
|
upgrade=1
|
||||||
setup_public=1
|
backup_restore=0
|
||||||
upgrade=1
|
multi_instance=1
|
||||||
backup_restore=1
|
wrong_user=1
|
||||||
multi_instance=1
|
wrong_path=1
|
||||||
wrong_user=1
|
incorrect_path=1
|
||||||
wrong_path=1
|
corrupt_source=1
|
||||||
incorrect_path=1
|
fail_download_source=1
|
||||||
corrupt_source=0
|
port_already_use=0 (XXXX)
|
||||||
fail_download_source=0
|
final_path_already_use=1
|
||||||
port_already_use=1
|
;;; Levels
|
||||||
final_path_already_use=0
|
Level 1=auto
|
||||||
|
Level 2=auto
|
||||||
|
Level 3=auto
|
||||||
|
Level 4=0
|
||||||
|
Level 5=auto
|
||||||
|
Level 6=auto
|
||||||
|
Level 7=auto
|
||||||
|
Level 8=0
|
||||||
|
Level 9=0
|
||||||
|
Level 10=0
|
Loading…
Add table
Reference in a new issue