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

Merge pull request #11 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2022-05-27 14:31:54 +02:00 committed by GitHub
commit 3f3c2185d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble ## Vue d'ensemble
Digiwords permet de créer des nuages de mots interactifs.) Digiwords permet de créer des nuages de mots interactifs.
**Version incluse :** 0.3.2~ynh2 **Version incluse :** 0.3.2~ynh2

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=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf
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=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf
# ;name=Fix of the scripts 20220221. ;name=Fix of the scripts.
# ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1& ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&

View file

@ -4,7 +4,7 @@
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "With Digiwords, you can create interactive wordclouds.", "en": "With Digiwords, you can create interactive wordclouds.",
"fr": "Digiwords permet de créer des nuages de mots interactifs.)" "fr": "Digiwords permet de créer des nuages de mots interactifs."
}, },
"version": "0.3.2~ynh2", "version": "0.3.2~ynh2",
"url": "https://ladigitale.dev/", "url": "https://ladigitale.dev/",
@ -46,7 +46,7 @@
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "If public, any visitor can create word clouds and see saved ones, providing they know their secret questions and answers.", "en": "If public, any visitor can create word clouds and see saved ones, providing they know their secret questions and answers.",
"fr": "Si lapplication est public, nimporte quel visiteur pourra créer un nuage de mots et consulter ceux sauvegardés dont ils connaissent à la fois la question secrète et la réponse." "fr": "Si lapplication est publique, nimporte quel visiteur pourra créer un nuage de mots et consulter ceux sauvegardés dont ils connaissent à la fois la question secrète et la réponse."
}, },
"default": true "default": true
} }

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"
@ -67,7 +67,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
#================================================= #=================================================
# STORE SETTINGS FROM MANIFEST # STORE SETTINGS FROM MANIFEST
#================================================= #=================================================
ynh_script_progression --message="Storing installation settings..." --time --weight=1 ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=path --value=$path_url