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

50 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": {
2021-11-29 08:09:45 +01:00
"en": "Personal finance manager",
"fr": "Outil personnel de gestion de finances"
2016-09-09 11:07:28 +02:00
},
2023-02-28 18:41:40 +01:00
"version": "0.19.2~ynh1",
2018-08-03 23:33:51 +02:00
"url": "https://framagit.org/kresusapp/kresus",
2022-02-09 00:51:15 +01:00
"upstream": {
2022-10-03 08:37:22 +02:00
"license": "AGPL-3.0-only",
2022-02-09 00:51:15 +01:00
"website": "https://framagit.org/kresusapp/kresus",
2022-02-10 20:44:26 +01:00
"admindoc": "https://kresus.org/en/doc.html",
2022-02-09 00:51:15 +01:00
"code": "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": {
2021-11-29 08:09:45 +01:00
"yunohost": ">= 4.3.0"
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": {
2022-02-09 00:51:15 +01:00
"install": [
2016-09-09 11:07:28 +02:00
{
"name": "domain",
2021-11-29 08:09:45 +01:00
"type": "domain"
2016-09-09 11:07:28 +02:00
},
{
"name": "path",
2020-04-11 14:18:16 +02:00
"type": "path",
2016-09-09 11:07:28 +02:00
"example": "/kresus",
"default": "/kresus"
}
]
}
}