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

47 lines
1.2 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": {
2018-08-02 07:59:52 +02:00
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
2016-09-09 11:07:28 +02:00
},
"requirements": {
2018-08-02 07:59:52 +02:00
"yunohost": ">= 2.7.14"
2016-09-09 11:07:28 +02:00
},
2018-09-06 23:11:27 +02:00
"version": "0.13.3~ynh1",
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",
2018-04-14 22:02:50 +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",
2018-04-14 22:02:50 +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"
}
]
}
}