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

76 lines
2.7 KiB
JSON
Raw Normal View History

2022-02-16 10:25:34 +01:00
{
2022-11-06 00:01:55 +01:00
"name": "Digiscreen",
"id": "digiscreen",
2022-02-16 10:25:34 +01:00
"packaging_format": 1,
"description": {
2022-11-06 00:01:55 +01:00
"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."
2022-02-16 10:25:34 +01:00
},
2022-11-06 00:01:55 +01:00
"version": "0.6.4~ynh1",
2022-02-16 10:25:34 +01:00
"url": "https://ladigitale.dev/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://ladigitale.dev/",
2022-11-06 00:01:55 +01:00
"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"
2022-02-16 10:25:34 +01:00
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "Pierre-Amiel Giraud",
"email": "xxxxx"
},
"requirements": {
2022-11-06 00:01:55 +01:00
"yunohost": ">= 11.0.10.2"
2022-02-16 10:25:34 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
2022-03-13 22:13:38 +01:00
"type": "domain"
2022-02-16 10:25:34 +01:00
},
{
"name": "path",
"type": "path",
"example": "/example",
2022-11-06 00:01:55 +01:00
"default": "/digiscreen"
},
{
"name": "pixabay",
"type": "string",
"example": "123456abc",
2022-11-06 00:42:23 +01:00
"optional": true,
2022-11-06 00:01:55 +01:00
"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é."
2022-11-06 00:30:46 +01:00
}
2022-11-06 00:01:55 +01:00
},
{
"name": "googleYoutube",
"type": "string",
"example": "123456abc",
2022-11-06 00:42:23 +01:00
"optional": true,
2022-11-06 00:01:55 +01:00
"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."
2022-11-06 00:30:46 +01:00
}
2022-02-16 10:25:34 +01:00
},
{
"name": "is_public",
"type": "boolean",
"help": {
2022-11-06 00:01:55 +01:00
"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."
2022-03-13 01:18:50 +01:00
},
2022-02-16 10:25:34 +01:00
"default": true
2022-03-13 22:15:01 +01:00
}
2022-02-16 10:25:34 +01:00
]
}
}