1
0
Fork 0
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:
Éric Gaspar 2023-11-25 15:12:29 +01:00
commit 9107b58c00
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ A code editor in your browser.
* Official app website: <https://icecoder.net> * Official app website: <https://icecoder.net>
* Official admin documentation: <https://icecoder.net/manual> * Official admin documentation: <https://icecoder.net/manual>
* Upstream app code repository: <https://github.com/icecoder/ICEcoder> * 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> * Report a bug: <https://github.com/YunoHost-Apps/icecoder_ynh/issues>
## Developer info ## Developer info

View file

@ -38,7 +38,7 @@ Un éditeur de code dans votre navigateur.
* Site officiel de lapp : <https://icecoder.net> * Site officiel de lapp : <https://icecoder.net>
* Documentation officielle de ladmin : <https://icecoder.net/manual> * Documentation officielle de ladmin : <https://icecoder.net/manual>
* Dépôt de code officiel de lapp : <https://github.com/icecoder/ICEcoder> * Dépôt de code officiel de lapp : <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> * Signaler un bug : <https://github.com/YunoHost-Apps/icecoder_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -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&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 ; Manifest
app_id="my_webapp" app_id="my_webapp"
sub_folder="/www" sub_folder="/www"