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": {
|
|
|
|
"en": "A simple shared budget manager web application",
|
|
|
|
"fr": "Une application web de comptes partagés à plusieurs"
|
|
|
|
},
|
2016-06-18 00:06:53 +02:00
|
|
|
"url": "http://ihatemoney.org/",
|
2020-07-21 16:15:51 +02:00
|
|
|
"version": "4.1.4~ynh2",
|
2016-06-18 00:06:53 +02:00
|
|
|
"license": "free",
|
|
|
|
"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": {
|
2020-07-01 17:14:15 +02:00
|
|
|
"yunohost": ">= 3.8"
|
2016-06-18 00:06:53 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": ["nginx", "mysql", "postfix"],
|
2015-05-01 14:30:09 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2016-06-18 00:06:53 +02:00
|
|
|
"type": "domain",
|
2015-05-01 14:30:09 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for ihatemoney",
|
|
|
|
"fr": "Choisir un domaine pour ihatemoney"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2016-06-18 00:06:53 +02:00
|
|
|
"type": "path",
|
2015-05-01 14:30:09 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for ihatemoney",
|
|
|
|
"fr": "Choisir un chemin pour ihatemoney"
|
|
|
|
},
|
|
|
|
"example": "/example",
|
|
|
|
"default": "/ihatemoney"
|
2015-05-02 17:28:58 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
2016-06-18 00:06:53 +02:00
|
|
|
"type": "boolean",
|
2015-05-02 17:28:58 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public website ? (even if service is public, each project is protected by a password)",
|
|
|
|
"fr": "Le service est-il public ? (même dans ce cas, chaque projet est protégé par un mot de passe)"
|
|
|
|
},
|
2016-06-18 00:06:53 +02:00
|
|
|
"default": true
|
2015-05-01 14:30:09 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|