mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
6fde558788
Should fix the failing level2 of yunohost-apps CI also (infinite redirection bug fixed upstream). Fix #30 Ref https://github.com/YunoHost/apps/pull/553#issuecomment-448883502
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": "3.0~ynh1",
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "Jocelyn Delalande",
|
|
"email": "jocelyn@crapouillou.net",
|
|
"url": "https://jocelyn.delalande.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.6.3"
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|