1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digiscreen_ynh.git synced 2024-09-03 18:26:15 +02:00
digiscreen_ynh/manifest.json
2022-11-06 00:42:23 +01:00

75 lines
2.7 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": "Digiscreen",
"id": "digiscreen",
"packaging_format": 1,
"description": {
"en": "An interactive wallpaper for the classroom, face-to-face or distant",
"fr": "Un fond d'écran interactif pour la salle de classe en présence ou à distance."
},
"version": "0.6.4~ynh1",
"url": "https://ladigitale.dev/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://ladigitale.dev/",
"demo": "https://ladigitale.dev/digiscreen/",
"admindoc": "https://codeberg.org/ladigitale/digiscreen/src/branch/main/README.md",
"userdoc": "https://ladigitale.dev/blog/digiscreen-un-fond-d-ecran-interactif-pour-la-classe",
"code": "https://codeberg.org/ladigitale/digiscreen"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "Pierre-Amiel Giraud",
"email": "xxxxx"
},
"requirements": {
"yunohost": ">= 11.0.10.2"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/digiscreen"
},
{
"name": "pixabay",
"type": "string",
"example": "123456abc",
"optional": true,
"help": {
"en": "Optional: a Pixabay API key will let you chose a background by entering keywords.",
"fr": "Optionnel : une clé dAPI Pixabay vous permettra de choisir un fond décran en entrant un mot clé."
}
},
{
"name": "googleYoutube",
"type": "string",
"example": "123456abc",
"optional": true,
"help": {
"en": "Optional: a Google API key will let you insert videos from Youtube on your Digiscreen",
"fr": "Optionnel : une clé dAPI Google vous permettra dafficher des vidéos de Youtube sur votre Digiscreen."
}
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If public, any visitor can use this app and thus will benefit from your API keys for Pixabay and Youtube.",
"fr": "Si lapplication est publique, nimporte quel visiteur pourra utiliser cette application et bénéficiera donc de vos clés dAPI pour Pixabay et Youtube."
},
"default": true
}
]
}
}