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
2022-06-15 01:48:45 +02:00

49 lines
1.2 KiB
JSON

{
"name": "Kresus",
"id": "kresus",
"packaging_format": 1,
"description": {
"en": "Personal finance manager",
"fr": "Outil personnel de gestion de finances"
},
"version": "0.18.1~ynh2",
"url": "https://framagit.org/kresusapp/kresus",
"upstream": {
"license": "free",
"website": "https://framagit.org/kresusapp/kresus",
"admindoc": "https://kresus.org/en/doc.html",
"code": "https://framagit.org/kresusapp/kresus"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Nicolas <nicofrand> Frandeboeuf",
"email": "mail@nicofrand.eu"
},
"previous_maintainers": [
{
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
}
],
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/kresus",
"default": "/kresus"
}
]
}
}