1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/aeneria_ynh.git synced 2024-09-03 18:06:15 +02:00
aeneria_ynh/manifest.json
2023-04-13 19:16:59 +02:00

58 lines
1.7 KiB
JSON

{
"name": "æneria",
"id": "aeneria",
"packaging_format": 1,
"description": {
"en": "Dashboard to analyse your energy consumption data from Linky & weather",
"fr": "Tableau de bord pour analyser votre consomation d'énergie à partir des données d'un Linky et de la météo"
},
"version": "1.1.6~ynh3",
"url": "https://gitlab.com/aeneria/aeneria-app",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://aeneria.com",
"admindoc": "https://docs.aeneria.com",
"code": "https://gitlab.com/aeneria/aeneria-app"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Simon Mellerin",
"email": "bonjour@aeneria.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"psql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/aeneria",
"default": "/aeneria"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "Choose whether the app should be accessible only for your yunohost users or for everyone.",
"fr": "Choisissez si l'application doit être accessible uniquement pour vos utilisateurs yunohost ou pour tout le monde."
},
"default": false
}
]
}
}