mirror of
https://github.com/YunoHost-Apps/digitools_ynh.git
synced 2024-09-03 18:25:56 +02:00
56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
||
"name": "Digitools",
|
||
"id": "digitools",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Simple and useful tools for the classroom.",
|
||
"fr": "Des outils simples et utiles pour la classe."
|
||
},
|
||
"version": "0.2.4~ynh1",
|
||
"url": "https://ladigitale.dev/",
|
||
"upstream": {
|
||
"license": "GPL-3.0-only",
|
||
"website": "https://ladigitale.dev/",
|
||
"demo": "https://ladigitale.dev/digitools/",
|
||
"admindoc": "https://codeberg.org/ladigitale/digitools/src/branch/main/README.md",
|
||
"userdoc": "https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe",
|
||
"code": "https://codeberg.org/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
|
||
}
|
||
]
|
||
}
|
||
}
|
||
|