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

34 lines
810 B
Text
Raw Normal View History

2021-03-25 20:14:10 +01: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
2017-04-08 00:27:54 +02:00
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
2021-03-25 20:14:10 +01:00
admin="john" (USER)
language="fr"
is_public=1 (PUBLIC|public=1|private=0)
password="pass"
port="666" (PORT)
2017-04-08 00:27:54 +02:00
; Checks
pkg_linter=1
2021-03-25 20:14:10 +01:00
setup_sub_dir=1
2017-04-08 00:27:54 +02:00
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
2021-03-25 20:14:10 +01:00
upgrade=1 from_commit=CommitHash
backup_restore=1
multi_instance=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&