mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
commit
3f3c2185d3
4 changed files with 10 additions and 10 deletions
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# upgrade=1 from_commit=9c768105e749fb961d6e15f1e020e44cc35fe81c
|
||||
upgrade=1 from_commit=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf
|
||||
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=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf
|
||||
;name=Fix of the scripts.
|
||||
;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"packaging_format": 1,
|
||||
"description": {
|
||||
"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",
|
||||
"url": "https://ladigitale.dev/",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"type": "boolean",
|
||||
"help": {
|
||||
"en": "If public, any visitor can create word clouds and see saved ones, providing they know their secret questions and answers.",
|
||||
"fr": "Si l’application est public, n’importe 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 l’application est publique, n’importe 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
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
@ -67,7 +67,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
|||
#=================================================
|
||||
# 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=path --value=$path_url
|
||||
|
|
Loading…
Reference in a new issue