mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update check_process
This commit is contained in:
parent
563099da3a
commit
e7c904b267
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
with_sftp=1
|
with_sftp=1
|
||||||
password="myreallystrengthpassword"
|
password="myreallystrengthpassword"
|
||||||
is_public=1
|
is_public=1
|
||||||
php_custom="7.3"
|
phpversion="7.3"
|
||||||
with_mysql=1
|
with_mysql=1
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
with_sftp=0
|
with_sftp=0
|
||||||
password=""
|
password=""
|
||||||
is_public=1
|
is_public=1
|
||||||
php_custom="7.3"
|
phpversion="7.3"
|
||||||
with_mysql=1
|
with_mysql=1
|
||||||
; Checks
|
; Checks
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
with_sftp=1
|
with_sftp=1
|
||||||
password="myreallystrengthpassword"
|
password="myreallystrengthpassword"
|
||||||
is_public=1
|
is_public=1
|
||||||
php_custom="7.3"
|
phpversion="7.3"
|
||||||
with_mysql=0
|
with_mysql=0
|
||||||
; Checks
|
; Checks
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
with_sftp=0
|
with_sftp=0
|
||||||
password="myreallystrengthpassword"
|
password="myreallystrengthpassword"
|
||||||
is_public=1
|
is_public=1
|
||||||
php_custom="8.0"
|
phpversion="8.0"
|
||||||
with_mysql=0
|
with_mysql=0
|
||||||
; Checks
|
; Checks
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue