mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Félix Piédallu
ce58c792c7
* Use example_ynh as a template * Implement change_url * Use the new yunohost permissions system * Use a python3 venv * Use a systemd service + gunicorn * Allow multiple instances (stop installing in /opt/yunohost/ihatemoney)
52 lines
1.6 KiB
JSON
52 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"
|
|
},
|
|
"url": "http://ihatemoney.org/",
|
|
"version": "4.1.5~ynh3",
|
|
"license": "Beerware",
|
|
"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/"
|
|
},
|
|
"maintainer": {
|
|
"name": "Jocelyn Delalande",
|
|
"email": "jocelyn@crapouillou.net",
|
|
"url": "https://jocelyn.delalande.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": ["nginx", "mysql", "postfix"],
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|