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

35 lines
987 B
Text
Raw Normal View History

2020-01-18 10:28:47 +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
2020-12-27 23:18:55 +01:00
; Manifest
2021-07-08 21:37:01 +02:00
domain="domain.tld"
path="/path"
2020-12-27 23:18:55 +01:00
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
2021-07-09 12:54:32 +02:00
setup_private=0
2020-12-27 23:18:55 +01:00
setup_public=1
upgrade=1
2022-02-27 11:15:16 +01:00
# 2022.01.17~yhn1
upgrade=1 from_commit=2b94368d53d4e90e698f9ceb2ca5e47b07794e15
2021-10-10 20:14:07 +02:00
# 3.22.8~yhn2 ( Old Server version based on Ruby )
2022-02-27 11:15:16 +01:00
# upgrade=1 from_commit=b0c7e9e6f16d286ec74fa3c1b9cdf8492f4dcb9b
2020-12-27 23:18:55 +01:00
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
2020-01-18 10:28:47 +01:00
;;; Options
2021-01-24 11:48:59 +01:00
Email=
Notification=
2020-01-18 10:28:47 +01:00
;;; Upgrade options
2022-02-27 11:15:16 +01:00
; commit=2b94368d53d4e90e698f9ceb2ca5e47b07794e15
name=2022.01.17~ynh1
#; commit=b0c7e9e6f16d286ec74fa3c1b9cdf8492f4dcb9b
# name=3.22.8~ynh2
2020-01-18 10:28:47 +01:00