1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/manifest.json
2022-03-13 16:02:11 +01:00

56 lines
1.6 KiB
JSON

{
"name": "I Hate Money",
"id": "ihatemoney",
"packaging_format": 1,
"description": {
"en": "Simple app to manage your collective expenses",
"fr": "Gérez simplement vos dépenses collectives"
},
"version": "4.1.5~ynh3",
"url": "http://ihatemoney.org/",
"upstream": {
"license": "MIT",
"website": "https://github.com/spiral-project/ihatemoney",
"admindoc": "https://ihatemoney.readthedocs.org/",
"code": "https://github.com/spiral-project/ihatemoney",
"demo": "https://ihatemoney.org/demo/"
},
"license": "MIT",
"maintainer": {
"name": "Jocelyn Delalande",
"email": "jocelyn@crapouillou.net",
"url": "https://jocelyn.delalande.fr"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"postfix",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/ihatemoney",
"default": "/ihatemoney"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "Each ihatemoney project is protected by a password anyways",
"fr": "Les projets ihatemoney sont protégés par un mot de passe dans tous les cas"
},
"default": true
}
]
}
}