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

33 lines
899 B
Text
Raw Normal View History

2019-05-29 00:20:58 +02:00
# See here for more information
# 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
domain="domain.tld" (DOMAIN)
2020-08-29 22:46:54 +02:00
path="/path" (PATH)
admin="john" (USER)
password="pass"
port="666" (PORT)
2019-05-29 00:20:58 +02:00
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=0 #Considering the sensitive actions this app can do, I prefer to have it private
upgrade=1
upgrade=0 from_commit=567fc9435804add272fa4ae48a7cf1ec5f173d2d
2019-05-29 00:20:58 +02:00
backup_restore=1
2019-10-13 11:07:19 +02:00
multi_instance=1
2019-05-29 00:20:58 +02:00
port_already_use=1
change_url=1
;;; Options
Email=
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&