2015-05-01 14:30:09 +02:00
|
|
|
{
|
|
|
|
"name": "I Hate Money",
|
|
|
|
"id": "ihatemoney",
|
2016-06-18 00:06:53 +02:00
|
|
|
"packaging_format": 1,
|
2015-05-01 14:30:09 +02:00
|
|
|
"description": {
|
2021-05-21 01:10:01 +02:00
|
|
|
"en": "Simple app to manage your collective expenses",
|
|
|
|
"fr": "Gérez simplement vos dépenses collectives"
|
2015-05-01 14:30:09 +02:00
|
|
|
},
|
2022-06-11 05:03:46 +02:00
|
|
|
"version": "5.2.0~ynh1",
|
2022-03-13 16:02:11 +01:00
|
|
|
"url": "http://ihatemoney.org/",
|
2021-05-21 01:10:01 +02:00
|
|
|
"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/"
|
|
|
|
},
|
2022-03-13 16:02:11 +01:00
|
|
|
"license": "MIT",
|
2016-06-18 00:06:53 +02:00
|
|
|
"maintainer": {
|
2015-05-01 14:30:09 +02:00
|
|
|
"name": "Jocelyn Delalande",
|
|
|
|
"email": "jocelyn@crapouillou.net",
|
2018-12-20 07:27:53 +01:00
|
|
|
"url": "https://jocelyn.delalande.fr"
|
2015-05-01 14:30:09 +02:00
|
|
|
},
|
2016-06-18 00:06:53 +02:00
|
|
|
"requirements": {
|
2022-03-13 16:02:11 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2016-06-18 00:06:53 +02:00
|
|
|
},
|
2021-05-21 01:10:01 +02:00
|
|
|
"multi_instance": true,
|
2022-03-13 16:02:11 +01:00
|
|
|
"services": [
|
2022-06-11 05:03:46 +02:00
|
|
|
"nginx",
|
|
|
|
"postfix",
|
|
|
|
"mysql"
|
2022-03-13 16:02:11 +01:00
|
|
|
],
|
2015-05-01 14:30:09 +02:00
|
|
|
"arguments": {
|
2022-06-11 05:03:46 +02:00
|
|
|
"install": [
|
2015-05-01 14:30:09 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-05-21 01:10:01 +02:00
|
|
|
"type": "domain"
|
2015-05-01 14:30:09 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2016-06-18 00:06:53 +02:00
|
|
|
"type": "path",
|
2021-05-21 01:10:01 +02:00
|
|
|
"example": "/ihatemoney",
|
2015-05-01 14:30:09 +02:00
|
|
|
"default": "/ihatemoney"
|
2015-05-02 17:28:58 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
2016-06-18 00:06:53 +02:00
|
|
|
"type": "boolean",
|
2021-05-21 01:10:01 +02:00
|
|
|
"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"
|
2015-05-02 17:28:58 +02:00
|
|
|
},
|
2016-06-18 00:06:53 +02:00
|
|
|
"default": true
|
2015-05-01 14:30:09 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|