mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
||
"name": "Digiwords",
|
||
"id": "digiwords",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "With Digiwords, you can create interactive wordclouds.",
|
||
"fr": "Digiwords permet de créer des nuages de mots interactifs.)"
|
||
},
|
||
"version": "0.3.2~ynh1",
|
||
"url": "https://ladigitale.dev/",
|
||
"upstream": {
|
||
"license": "GPL-3.0-only",
|
||
"website": "https://ladigitale.dev/",
|
||
"demo": "https://ladigitale.dev/digiwords/#/",
|
||
"admindoc": "https://gitlab.com/ladigitale/digiwords/-/blob/master/README.md",
|
||
"userdoc": "https://ladigitale.dev/blog/digiwords-pour-creer-des-nuages-de-mots",
|
||
"code": "https://gitlab.com/ladigitale/digiwords"
|
||
},
|
||
"license": "GPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "Pierre-Amiel Giraud",
|
||
"email": "xxxxx"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php8.0-fpm"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/example",
|
||
"default": "/digiwords"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"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."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|
||
|