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
2021-01-05 18:25:48 +01:00

57 lines
1.6 KiB
JSON

{
"name": "Galette",
"id": "galette",
"packaging_format": 1,
"url": "https://www.galette.eu",
"license": "GPL-3.0-or-later",
"version": "0.9.4.2~ynh1",
"requirements": {
"yunohost": ">= 3.6"
},
"services": [
"nginx",
"php7-fpm",
"mysql"
],
"description": {
"en": "Membership management web application for non profit organizations",
"fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations"
},
"maintainer": {
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
},
"multi_instance": true,
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for galette"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for galette"
},
"example": "/galette",
"default": "/galette"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application?"
},
"help": {
"en": "If no, only connected YunoHost users will be able to interact with the app"
},
"type": "boolean",
"default": "0"
}
]
}
}