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

51 lines
900 B
Text
Raw Normal View History

2021-07-10 17:59:22 +02:00
;; Test complet
; Manifest
domain="domain.tld"
2021-07-14 16:10:15 +02:00
with_sftp=1
2021-07-10 17:59:22 +02:00
language="fr"
is_public=1
2021-07-14 16:10:15 +02:00
with_mysql=1
2021-07-10 17:59:22 +02:00
password="1Strong-Password"
; 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
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"
with_sftp=0
password=""
is_public=1
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"
with_sftp=1
password="1Strong-Password"
is_public=1
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.