1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00
dispatch_ynh/check_process

28 lines
562 B
Text
Raw Normal View History

2021-05-30 12:34:29 +02:00
;; Test complet
; Manifest
domain="domain.tld"
2021-06-23 15:09:35 +02:00
path="/path"
2021-07-08 11:27:51 +02:00
admin="john"
language="fr"
2021-05-30 12:34:29 +02:00
is_public=1
2021-07-08 11:27:51 +02:00
password="pass"
port="666"
2021-05-30 12:34:29 +02:00
; Checks
pkg_linter=1
2021-07-08 11:27:51 +02:00
setup_sub_dir=1
2021-05-30 12:34:29 +02:00
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
2021-07-08 11:27:51 +02:00
#upgrade=1 from_commit=CommitHash
2021-05-30 12:34:29 +02:00
backup_restore=1
multi_instance=0
change_url=1
;;; Options
Email=
2021-07-08 11:27:51 +02:00
Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&