mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
0f904d9936
(current installation leads to 502 error with sqlalchemy.cimmutabledict.immutabledict' object has no attribute 'setdefault' exception). Workaround SQLA 4.x backward incompatible change
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "I Hate Money",
|
|
"id": "ihatemoney",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A simple shared budget manager web application",
|
|
"fr": "Une application web de comptes partagés à plusieurs"
|
|
},
|
|
"url": "http://ihatemoney.org/",
|
|
"version": "4.1.5~ynh2",
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "Jocelyn Delalande",
|
|
"email": "jocelyn@crapouillou.net",
|
|
"url": "https://jocelyn.delalande.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.8"
|
|
},
|
|
"multi_instance": false,
|
|
"services": ["nginx", "mysql", "postfix"],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for ihatemoney",
|
|
"fr": "Choisir un domaine pour ihatemoney"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for ihatemoney",
|
|
"fr": "Choisir un chemin pour ihatemoney"
|
|
},
|
|
"example": "/example",
|
|
"default": "/ihatemoney"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"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)"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|