diff --git a/README.md b/README.md index 357f98f..c0413ce 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Digitools, simple and useful tools for the classroom. +Simple and useful tools for the classroom. -**Shipped version:** 0.2.3~ynh1 +**Shipped version:** 0.2.3~ynh2 **Demo:** https://ladigitale.dev/digitools/ diff --git a/README_fr.md b/README_fr.md index 8bb3a4d..2e0db93 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,9 +11,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Digitools, des outils simples et utiles pour la classe. +Des outils simples et utiles pour la classe. -**Version incluse :** 0.2.3~ynh1 +**Version incluse :** 0.2.3~ynh2 **Démo :** https://ladigitale.dev/digitools/ diff --git a/check_process b/check_process index ed484e1..40afffc 100644 --- a/check_process +++ b/check_process @@ -20,7 +20,7 @@ setup_private=1 setup_public=1 upgrade=1 -# upgrade=1 from_commit=9c768105e749fb961d6e15f1e020e44cc35fe81c + upgrade=1 from_commit=ec6954243e9e763c543c4958c4c22b538937f133 backup_restore=1 multi_instance=1 port_already_use=0 @@ -28,7 +28,7 @@ ;;; Options Email= Notification=none -#;;; Upgrade options -# ; commit=9c768105e749fb961d6e15f1e020e44cc35fe81c -# ;name=Fix of the scripts 20220221. -# ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1& +;;; Upgrade options + ; commit=ec6954243e9e763c543c4958c4c22b538937f133 + ;name=Fixes. + ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1& diff --git a/conf/app.src b/conf/app.src index 71f1893..650cc57 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://kdrive.ladigitale.dev/app/share/139248/06639a74-9a9a-42d9-b5a3-77a9c81fddee/7686/download +SOURCE_URL=https://github.com/YunoHost-Apps/digitools_ynh/releases/download/0.2.3/digitools-0.2.3.zip SOURCE_SUM=06921a138e0c5a12fa3ae77eb4cefc0a2afbb2f7488f4a199ff17368094d04b2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip diff --git a/conf/nginx.conf b/conf/nginx.conf index 7ff75b5..4ac1997 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { alias __FINALPATH__/ ; ### Example PHP configuration (remove it if not used) -# index index.php; + index index.html index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; diff --git a/manifest.json b/manifest.json index d7354d4..456f70a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "id": "digitools", "packaging_format": 1, "description": { - "en": "Digitools, simple and useful tools for the classroom.", - "fr": "Digitools, des outils simples et utiles pour la classe." + "en": "Simple and useful tools for the classroom.", + "fr": "Des outils simples et utiles pour la classe." }, - "version": "0.2.3~ynh1", + "version": "0.2.3~ynh2", "url": "https://ladigitale.dev/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/install b/scripts/install index 4461cc1..0988cfe 100644 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ app=$YNH_APP_INSTANCE_NAME ### Use the execution time, given by --time, to estimate the weight of a step. ### A common way to do it is to set a weight equal to the execution time in second +1. ### The execution time is given for the duration since the previous call. So the weight should be applied to this previous call. -ynh_script_progression --message="Validating installation parameters..." --time --weight=1 +ynh_script_progression --message="Validating installation parameters..." --weight=1 ### If the app uses NGINX as web server (written in HTML/PHP in most cases), the final path should be "/var/www/$app". ### If the app provides an internal web server (or uses another application server such as uWSGI), the final path should be "/opt/yunohost/$app"