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

58 lines
1 KiB
Text
Raw Normal View History

2021-07-10 17:59:22 +02:00
;; Test complet
; Manifest
domain="domain.tld"
is_public=1
2022-07-29 20:46:20 +02:00
language="fr"
admin="john"
2021-07-10 17:59:22 +02:00
password="1Strong-Password"
2022-07-29 20:46:20 +02:00
with_sftp=1
with_mysql=1
2021-07-10 17:59:22 +02:00
; Checks
pkg_linter=1
2021-07-14 16:25:18 +02:00
setup_sub_dir=0
2021-07-10 17:59:22 +02:00
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
2021-07-16 13:50:02 +02:00
# 1.4.0~ynh1
upgrade=1 from_commit=fb4715fb8e60e6daddf6652bf563ad7c231deb74
2022-07-29 20:46:20 +02:00
# 1.4.0~ynh2
upgrade=1 from_commit=31629d4fcdfc0f6e400f90abce8f88acb59270a7
2021-07-10 17:59:22 +02:00
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
2021-07-14 16:10:15 +02:00
;; Test without sftp
; Manifest
domain="domain.tld"
is_public=1
2022-07-29 20:46:20 +02:00
language="fr"
admin="john"
password="1Strong-Password"
with_sftp=0
2021-07-14 16:10:15 +02:00
with_mysql=1
; Checks
2021-07-14 16:25:18 +02:00
setup_sub_dir=0
2021-07-14 16:10:15 +02:00
upgrade=1
backup_restore=1
;; Test without mysql
; Manifest
domain="domain.tld"
is_public=1
2022-07-29 20:46:20 +02:00
language="fr"
admin="john"
password="1Strong-Password"
with_sftp=1
2021-07-14 16:10:15 +02:00
with_mysql=0
; Checks
2021-07-14 16:25:18 +02:00
setup_sub_dir=0
2021-07-14 16:10:15 +02:00
upgrade=1
backup_restore=1
2021-07-10 17:59:22 +02:00
;;; Options
Email=
Notification=none
;;; Upgrade options
2021-07-16 13:50:02 +02:00
; commit=fb4715fb8e60e6daddf6652bf563ad7c231deb74
name=1.4.0~ynh1.