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

48 lines
1.3 KiB
Text
Raw Normal View History

2017-12-08 00:35:52 +01: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)
email="admin@example.com"
is_public=1 (PUBLIC|public=1|private=0)
port="9000" (PORT)
; Checks
pkg_linter=1
setup_sub_dir=0
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
2018-03-29 23:53:32 +02:00
upgrade=1
2021-01-08 13:24:04 +01:00
# 2.1.0
2021-01-09 11:05:39 +01:00
# upgrade=1 from_commit=d049b71061d12ffab92bbf106af200e7d8a69572
2021-01-08 13:24:04 +01:00
# 2.1.1~ynh1
2021-01-09 11:05:39 +01:00
# upgrade=1 from_commit=63f076db215f8f438dbdcd2966c12d9ee7976121
2021-01-08 13:24:04 +01:00
# 2.2.0~ynh1
2021-01-09 11:05:39 +01:00
# upgrade=1 from_commit=2b24ab443dc95fc78654e8232351933491cf04b4
2020-10-10 17:24:51 +02:00
# 2.3.0~ynh1
upgrade=1 from_commit=141e5a370e552760b83066fbfe044ca3e5283a72
2021-01-09 11:05:39 +01:00
# 2.4.0~ynh1
upgrade=1 from_commit=10d79175a8a45137d271931cbd6d14e927400729
backup_restore=1
2021-01-24 10:29:20 +01:00
multi_instance=0
2019-11-22 03:31:38 +01:00
port_already_use=0
2017-12-08 00:35:52 +01:00
change_url=0
;;; Options
2019-05-24 04:43:08 +02:00
Email=anmol@datamol.org;yalh@yahoo.com
Notification=yes
2020-06-04 00:01:07 +02:00
;;; Upgrade options
2021-01-08 13:24:04 +01:00
; commit=d049b71061d12ffab92bbf106af200e7d8a69572
name=2.1.0
; commit=63f076db215f8f438dbdcd2966c12d9ee7976121
name=2.1.1~ynh1
; commit=2b24ab443dc95fc78654e8232351933491cf04b4
name=2.2.0~ynh1
2020-10-10 17:24:51 +02:00
; commit=141e5a370e552760b83066fbfe044ca3e5283a72
name=2.3.0~ynh1
2021-01-09 11:05:39 +01:00
; commit=10d79175a8a45137d271931cbd6d14e927400729
name=2.4.0~ynh1
2021-01-08 13:24:04 +01:00