mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
9107b58c00
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ A code editor in your browser.
|
|||
* Official app website: <https://icecoder.net>
|
||||
* Official admin documentation: <https://icecoder.net/manual>
|
||||
* Upstream app code repository: <https://github.com/icecoder/ICEcoder>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_icecoder>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/icecoder>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/icecoder_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -38,7 +38,7 @@ Un éditeur de code dans votre navigateur.
|
|||
* Site officiel de l’app : <https://icecoder.net>
|
||||
* Documentation officielle de l’admin : <https://icecoder.net/manual>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/icecoder/ICEcoder>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_icecoder>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/icecoder>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/icecoder_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; Test complet
|
||||
; pre-install
|
||||
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"
|
||||
sudo yunohost app install my_webapp --force -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&init_main_permission=visitors&phpversion=7.4&with_mysql=1"
|
||||
; Manifest
|
||||
app_id="my_webapp"
|
||||
sub_folder="/www"
|
||||
|
|
Loading…
Reference in a new issue