mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"name": "æneria",
|
|
"id": "aeneria",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A little dashboard to analyse your electricity consumption data from Linky & weather",
|
|
"fr": "Un petit tableau de bord pour analyser votre consomation d'électricité à partir des données d'un Linky et de la météo"
|
|
},
|
|
"version": "1.0.3~ynh1",
|
|
"url": "https://gitlab.com/aeneria/aeneria-app",
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Simon Mellerin",
|
|
"email": "bonjour@aeneria.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.7"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"psql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for æneria",
|
|
"fr": "Choisissez un domaine pour æneria"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for æneria",
|
|
"fr": "Choisissez un chemin pour æneria"
|
|
},
|
|
"example": "/aeneria",
|
|
"default": "/aeneria"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public website?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"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",
|
|
"ask": {
|
|
"en": "Choose the æneria administrator",
|
|
"fr": "Choisissez l'administrateur de æneria"
|
|
},
|
|
"example": "homer"
|
|
}
|
|
]
|
|
}
|
|
}
|