1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
thelounge_ynh/check_process

37 lines
996 B
Text
Raw Normal View History

2018-05-01 12:25:53 +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-08-09 14:48:13 +02:00
path="/path" (PATH)
is_public=1 (PUBLIC|public=1|private=0)
2018-05-01 12:25:53 +02:00
password="pass"
2020-08-09 14:48:13 +02:00
port="9000" (PORT)
2018-05-01 12:25:53 +02:00
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
2020-08-09 15:01:45 +02:00
upgrade=1 from_commit=bd00c8e3ce43563f33fde073cf36b997c348d05c
2019-10-25 11:04:41 +02:00
backup_restore=1
2019-10-26 20:08:23 +02:00
multi_instance=0
2020-05-27 22:48:08 +02:00
incorrect_path=0
port_already_use=0
2019-10-25 11:04:41 +02:00
change_url=1
2018-05-01 12:25:53 +02:00
;;; Levels
2019-10-25 11:04:41 +02:00
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
2018-05-01 12:25:53 +02:00
Level 5=auto
;;; Options
Email=
Notification=none
2020-08-09 14:48:13 +02:00
;;; Upgrade options
2020-08-09 15:01:45 +02:00
; commit=bd00c8e3ce43563f33fde073cf36b997c348d05c
name=Merge pull request #25
2020-08-09 14:48:13 +02:00
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&