1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00
galette_ynh/manifest.json

55 lines
1.6 KiB
JSON
Raw Normal View History

2015-10-17 10:47:21 +02:00
{
"name": "Galette",
"id": "galette",
"packaging_format": 1,
2021-01-05 23:13:54 +01:00
"description": {
"en": "Membership management web application for non profit organizations",
"fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations"
},
2021-10-23 12:53:57 +02:00
"version": "0.9.5.1~ynh1",
"url": "https://www.galette.eu",
2021-07-22 14:20:57 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://www.galette.eu",
"demo": "https://demo.galette.eu/login",
"admindoc": "https://doc.galette.eu/fr/master/",
"code": "https://github.com/galette/galette"
},
"license": "GPL-3.0-or-later",
2021-01-05 23:13:54 +01:00
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
2021-06-15 22:16:38 +02:00
"yunohost": ">= 4.2.4"
},
2021-01-05 23:13:54 +01:00
"multi_instance": true,
"services": [
"nginx",
2021-07-23 07:14:23 +02:00
"php7.3-fpm"
],
2015-10-17 10:47:21 +02:00
"arguments": {
"install": [
2015-10-17 10:47:21 +02:00
{
"name": "domain",
2021-09-18 22:41:23 +02:00
"type": "domain"
2015-10-17 10:47:21 +02:00
},
{
"name": "path",
2018-02-27 22:35:57 +01:00
"type": "path",
"example": "/galette",
"default": "/galette"
2015-10-17 10:47:21 +02:00
},
{
"name": "is_public",
2021-01-05 23:13:54 +01:00
"type": "boolean",
2021-07-23 07:14:23 +02:00
"help": {
"en": "If enabled, Galette will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Galette sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2021-01-05 23:13:54 +01:00
"default": true
2015-10-17 10:47:21 +02:00
}
]
}
}