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

46 lines
993 B
Text
Raw Normal View History

2018-08-10 14:51:29 +02:00
# See here for more informations
# 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-09-22 18:15:17 +02:00
path="/path" (PATH)
2020-09-22 12:18:23 +02:00
admin="john" (USER)
is_public=1 (PUBLIC|public=1|private=0)
2018-08-10 14:51:29 +02:00
password="phrasedepasse"
language="fr"
port=9537 (PORT)
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
2020-09-22 14:52:20 +02:00
setup_nourl=0
2020-09-22 14:11:36 +02:00
setup_private=1
2018-08-10 14:51:29 +02:00
setup_public=1
upgrade=1
2020-09-22 14:11:36 +02:00
backup_restore=1
2020-09-26 12:04:19 +02:00
multi_instance=1
2018-08-10 14:51:29 +02:00
incorrect_path=1
port_already_use=1
2020-09-26 12:04:19 +02:00
change_url=1
2018-08-10 14:51:29 +02:00
;;; Levels
Level 1=auto
Level 2=auto
Level 3=auto
2020-09-22 14:11:36 +02:00
Level 4=auto
2018-08-10 14:51:29 +02:00
Level 5=auto
Level 6=auto
Level 7=auto
Level 8=0
Level 9=0
Level 10=0
;;; Options
2020-09-22 18:15:17 +02:00
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=phrasedepasse&port=9537&