mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 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~ynh1",
|
|
"url": "https://gitlab.com/aeneria/aeneria-app",
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Simon Mellerin",
|
|
"email": "bonjour@aeneria.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"psql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/aeneria",
|
|
"default": "/aeneria"
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "homer"
|
|
}
|
|
]
|
|
}
|
|
}
|