1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zeronet_ynh.git synced 2024-09-03 17:46:12 +02:00
zeronet_ynh/check_process

29 lines
784 B
Text
Raw Normal View History

2021-02-08 19:54:55 +01:00
;; Complete Test
# Comment ignored
2017-03-03 21:26:30 +01:00
; Manifest
domain="sub.domain.tld" (DOMAIN)
# path="/" (PATH)
password="seceret123" (USER)
# language="fr"
2017-03-03 21:26:30 +01:00
# is_public="Yes" (PUBLIC|public=Yes|private=No)
# is_public=0 (PUBLIC|public=1|private=0)
# port="666" (PORT)
2017-03-03 21:26:30 +01:00
; Checks
pkg_linter=1
setup_sub_dir=0
# setup_sub_dir=0 test disabled because app is always installed on /
2020-11-09 13:27:06 +01:00
setup_root=1
2017-03-03 21:26:30 +01:00
setup_nourl=0
2017-10-04 03:37:42 +02:00
setup_private=0
# setup_private=0 test disabled because app is always installed as private
2017-03-03 21:26:30 +01:00
setup_public=0
upgrade=1
2021-02-08 19:54:55 +01:00
backup_restore=1
2021-02-08 21:29:31 +01:00
multi_instance=1
2021-02-08 19:54:55 +01:00
;;; Options
Email=
Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass&