mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
|
{
|
||
|
"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."
|
||
|
},
|
||
|
"url": "https://framagit.org/bnjbvr/kresus",
|
||
|
"license": "free",
|
||
|
"maintainer": {
|
||
|
"name": "Scith",
|
||
|
"url": "https://github.com/scith"
|
||
|
},
|
||
|
"requirements": {
|
||
|
"yunohost": ">= 2.4.0"
|
||
|
},
|
||
|
"multi_instance": true,
|
||
|
"services": [
|
||
|
"nginx",
|
||
|
"node"
|
||
|
],
|
||
|
"arguments": {
|
||
|
"install" : [
|
||
|
{
|
||
|
"name": "domain",
|
||
|
"type": "domain",
|
||
|
"ask": {
|
||
|
"en": "Choose a domain name for Kresus",
|
||
|
"fr": "Choisissez un nom de domaine pour Kresus"
|
||
|
},
|
||
|
"example": "example.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "path",
|
||
|
"type": "path",
|
||
|
"ask": {
|
||
|
"en": "Choose a path for Kresus",
|
||
|
"fr": "Choisissez un chemin pour Kresus"
|
||
|
},
|
||
|
"example": "/kresus",
|
||
|
"default": "/kresus"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|