mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Fix preinstall arg
This commit is contained in:
parent
71ddfa2ce7
commit
a1ca816141
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; pre-install
|
; pre-install
|
||||||
sudo yunohost app install my_webapp -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&is_public=1&phpversion=7.3&with_mysql=1"
|
sudo yunohost app install my_webapp -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&init_main_permission=visitors&phpversion=7.3&with_mysql=1"
|
||||||
; Manifest
|
; Manifest
|
||||||
app_id="my_webapp"
|
app_id="my_webapp"
|
||||||
sub_folder="/www"
|
sub_folder="/www"
|
||||||
|
@ -14,11 +14,7 @@
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=0
|
setup_public=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
# upgrade=1 from_commit=CommitHash
|
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue