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
ericgaspar ea26f1e74a
Fix
2021-01-05 23:13:54 +01:00

57 lines
1.6 KiB
JSON

{
"name": "Galette",
"id": "galette",
"packaging_format": 1,
"description": {
"en": "Membership management web application for non profit organizations",
"fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations"
},
"version": "0.9.4.2~ynh1",
"url": "https://www.galette.eu",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Galette",
"fr": "Choisissez un nom de domaine pour Galette"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Galette",
"fr": "Choisissez un chemin pour Galette"
},
"example": "/galette",
"default": "/galette"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}