1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digitools_ynh.git synced 2024-09-03 18:25:56 +02:00

Merge pull request #1 from YunoHost-Apps/testing

Remove Linter warnings
This commit is contained in:
Melchisedech 2022-04-04 13:21:23 +02:00 committed by GitHub
commit 8091fdc9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 15 deletions

View file

@ -15,9 +15,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## 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/ **Demo:** https://ladigitale.dev/digitools/

View file

@ -11,9 +11,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble ## 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/ **Démo :** https://ladigitale.dev/digitools/

View file

@ -20,7 +20,7 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# upgrade=1 from_commit=9c768105e749fb961d6e15f1e020e44cc35fe81c upgrade=1 from_commit=ec6954243e9e763c543c4958c4c22b538937f133
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
port_already_use=0 port_already_use=0
@ -28,7 +28,7 @@
;;; Options ;;; Options
Email= Email=
Notification=none Notification=none
#;;; Upgrade options ;;; Upgrade options
# ; commit=9c768105e749fb961d6e15f1e020e44cc35fe81c ; commit=ec6954243e9e763c543c4958c4c22b538937f133
# ;name=Fix of the scripts 20220221. ;name=Fixes.
# ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1& ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&

View file

@ -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=06921a138e0c5a12fa3ae77eb4cefc0a2afbb2f7488f4a199ff17368094d04b2
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip

View file

@ -5,7 +5,7 @@ location __PATH__/ {
alias __FINALPATH__/ ; alias __FINALPATH__/ ;
### Example PHP configuration (remove it if not used) ### 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 # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M; #client_max_body_size 50M;

View file

@ -3,10 +3,10 @@
"id": "digitools", "id": "digitools",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Digitools, simple and useful tools for the classroom.", "en": "Simple and useful tools for the classroom.",
"fr": "Digitools, des outils simples et utiles pour la classe." "fr": "Des outils simples et utiles pour la classe."
}, },
"version": "0.2.3~ynh1", "version": "0.2.3~ynh2",
"url": "https://ladigitale.dev/", "url": "https://ladigitale.dev/",
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",

View file

@ -54,7 +54,7 @@ app=$YNH_APP_INSTANCE_NAME
### Use the execution time, given by --time, to estimate the weight of a step. ### 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. ### 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. ### 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 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" ### If the app provides an internal web server (or uses another application server such as uWSGI), the final path should be "/opt/yunohost/$app"