mirror of
https://github.com/YunoHost-Apps/digitools_ynh.git
synced 2024-09-03 18:25:56 +02:00
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
|
{
|
|||
|
"name": "Digitools",
|
|||
|
"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."
|
|||
|
},
|
|||
|
"version": "0.2.3~ynh1",
|
|||
|
"url": "https://ladigitale.dev/",
|
|||
|
"upstream": {
|
|||
|
"license": "GPL-3.0-only",
|
|||
|
"website": "https://ladigitale.dev/",
|
|||
|
"demo": "https://ladigitale.dev/digitools/",
|
|||
|
"admindoc": "https://gitlab.com/ladigitale/digitools/-/blob/main/README.md",
|
|||
|
"userdoc": "https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe",
|
|||
|
"code": "https://gitlab.com/ladigitale/digitools"
|
|||
|
},
|
|||
|
"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": "/digitools"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "is_public",
|
|||
|
"type": "boolean",
|
|||
|
"help": {
|
|||
|
"en": "If not public, you won’t be able to share cards (for instance) with your public, unless they are users of your Yunohost instance.",
|
|||
|
"fr": "Si l’application n’est pas publique, vous ne pourrez pas partager les cartes (par exemple) avec vos élèves, sauf s’ils sont tous utilisateurs de votre instance Yunohost."
|
|||
|
},
|
|||
|
"default": true
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|
|||
|
|