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

71 lines
2.3 KiB
JSON
Raw Normal View History

2020-11-26 18:47:34 +01:00
{
"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"
},
2020-12-28 16:07:52 +01:00
"version": "1.0.4~ynh1",
2020-11-26 18:47:34 +01:00
"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"
2020-11-26 18:47:34 +01:00
},
"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 ?"
},
2020-12-28 11:40:22 +01:00
"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."
},
2020-11-26 18:47:34 +01:00
"default": false
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the æneria administrator",
"fr": "Choisissez l'administrateur de æneria"
},
"example": "homer"
}
]
}
}