mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update check_process
This commit is contained in:
parent
92243052cc
commit
1c55009828
1 changed files with 24 additions and 20 deletions
|
@ -1,30 +1,34 @@
|
||||||
;; Nom du test
|
# See here for more information
|
||||||
auto_remove=1
|
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||||
|
|
||||||
|
# Move this file from check_process.default to check_process when you have filled it.
|
||||||
|
|
||||||
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
is_public="1" (PUBLIC|public=1|private=0)
|
admin="john" (USER)
|
||||||
admin_user="john" (USER)
|
language="fr"
|
||||||
admin_pass="05438966455822800mp" (PASSWORD)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
admin_mail="abc@example.com"
|
password="pass"
|
||||||
|
port="666" (PORT)
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=1
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
backup_restore=0
|
upgrade=1 from_commit=CommitHash
|
||||||
multi_instance=0
|
backup_restore=1
|
||||||
corrupt_source=0
|
multi_instance=1
|
||||||
fail_download_source=0
|
port_already_use=0
|
||||||
final_path_already_use=1
|
change_url=1
|
||||||
# LDAP not integrated
|
;;; Options
|
||||||
Level 5=1
|
Email=
|
||||||
# Test doesn't know what is really an exit
|
Notification=none
|
||||||
Level 6=auto
|
;;; Upgrade options
|
||||||
Level 7=auto
|
; commit=CommitHash
|
||||||
Level 8=0
|
name=Name and date of the commit.
|
||||||
Level 9=0
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||||
Level 10=0
|
|
||||||
|
|
Loading…
Reference in a new issue