1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digitools_ynh.git synced 2024-09-03 18:25:56 +02:00
digitools_ynh/manifest.json
2022-11-02 00:06:05 +01:00

56 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 wont be able to share cards (for instance) with your public, unless they are users of your Yunohost instance.",
"fr": "Si lapplication nest pas publique, vous ne pourrez pas partager les cartes (par exemple) avec vos élèves, sauf sils sont tous utilisateurs de votre instance Yunohost."
},
"default": true
}
]
}
}