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:
commit
8091fdc9c9
7 changed files with 15 additions and 15 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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&
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue