1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00
kresus_ynh/manifest.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2016-09-09 11:07:28 +02:00
{
"name": "Kresus",
"id": "kresus",
"packaging_format": 1,
"description": {
"en": "Kresus is a personal finance manager.",
"fr": "Kresus est un outil personnel de gestion de finances."
},
2018-08-03 23:33:51 +02:00
"url": "https://framagit.org/kresusapp/kresus",
2018-04-14 22:02:50 +02:00
"license": "AGPL-3.0-only",
2016-09-09 11:07:28 +02:00
"maintainer": {
2020-05-02 13:46:24 +02:00
"name": "Nicolas <nicofrand> Frandeboeuf",
"email": "mail@nicofrand.eu"
2016-09-09 11:07:28 +02:00
},
2020-05-02 13:46:24 +02:00
"previous_maintainers": [
{
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
}
],
2016-09-09 11:07:28 +02:00
"requirements": {
2019-11-24 15:12:27 +01:00
"yunohost": ">= 3.6.0"
2016-09-09 11:07:28 +02:00
},
"version": "0.16.0~ynh4",
2016-09-09 11:07:28 +02:00
"multi_instance": true,
"services": [
2017-10-15 21:02:17 +02:00
"nginx"
2016-09-09 11:07:28 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
2020-04-11 14:18:16 +02:00
"type": "domain",
2016-09-09 11:07:28 +02:00
"ask": {
"en": "Choose a domain name for Kresus",
"fr": "Choisissez un nom de domaine pour Kresus"
},
"example": "example.com"
},
{
"name": "path",
2020-04-11 14:18:16 +02:00
"type": "path",
2016-09-09 11:07:28 +02:00
"ask": {
"en": "Choose a path for Kresus",
"fr": "Choisissez un chemin pour Kresus"
},
"example": "/kresus",
"default": "/kresus"
}
]
}
}