mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
57 lines
1 KiB
Text
57 lines
1 KiB
Text
;; Test complet
|
|
; Manifest
|
|
domain="domain.tld"
|
|
is_public=1
|
|
language="fr"
|
|
admin="john"
|
|
password="1Strong-Password"
|
|
with_sftp=1
|
|
with_mysql=1
|
|
; Checks
|
|
pkg_linter=1
|
|
setup_sub_dir=0
|
|
setup_root=1
|
|
setup_nourl=0
|
|
setup_private=1
|
|
setup_public=1
|
|
upgrade=1
|
|
# 1.4.0~ynh1
|
|
upgrade=1 from_commit=fb4715fb8e60e6daddf6652bf563ad7c231deb74
|
|
# 1.4.0~ynh2
|
|
upgrade=1 from_commit=31629d4fcdfc0f6e400f90abce8f88acb59270a7
|
|
backup_restore=1
|
|
multi_instance=1
|
|
port_already_use=0
|
|
change_url=1
|
|
;; Test without sftp
|
|
; Manifest
|
|
domain="domain.tld"
|
|
is_public=1
|
|
language="fr"
|
|
admin="john"
|
|
password="1Strong-Password"
|
|
with_sftp=0
|
|
with_mysql=1
|
|
; Checks
|
|
setup_sub_dir=0
|
|
upgrade=1
|
|
backup_restore=1
|
|
;; Test without mysql
|
|
; Manifest
|
|
domain="domain.tld"
|
|
is_public=1
|
|
language="fr"
|
|
admin="john"
|
|
password="1Strong-Password"
|
|
with_sftp=1
|
|
with_mysql=0
|
|
; Checks
|
|
setup_sub_dir=0
|
|
upgrade=1
|
|
backup_restore=1
|
|
;;; Options
|
|
Email=
|
|
Notification=none
|
|
;;; Upgrade options
|
|
; commit=fb4715fb8e60e6daddf6652bf563ad7c231deb74
|
|
name=1.4.0~ynh1.
|