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

58 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"
},
"version": "0.9.4.2~ynh1",
"url": "https://www.galette.eu",
"license": "GPL-3.0-or-later",
2021-01-05 23:13:54 +01:00
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
2021-01-05 21:56:26 +01:00
"yunohost": ">= 3.8.1"
},
2021-01-05 23:13:54 +01:00
"multi_instance": true,
"services": [
"nginx",
2021-01-05 21:56:33 +01:00
"php7.3-fpm",
"mysql"
],
2015-10-17 10:47:21 +02:00
"arguments": {
"install": [
2015-10-17 10:47:21 +02:00
{
"name": "domain",
2018-02-27 22:35:57 +01:00
"type": "domain",
2015-10-17 10:47:21 +02:00
"ask": {
2021-01-05 23:13:54 +01:00
"en": "Choose a domain for Galette",
"fr": "Choisissez un nom de domaine pour Galette"
2015-10-17 10:47:21 +02:00
},
"example": "example.com"
},
{
"name": "path",
2018-02-27 22:35:57 +01:00
"type": "path",
2015-10-17 10:47:21 +02:00
"ask": {
2021-01-05 23:13:54 +01:00
"en": "Choose a path for Galette",
"fr": "Choisissez un chemin pour Galette"
2015-10-17 10:47:21 +02:00
},
"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",
2015-10-17 10:47:21 +02:00
"ask": {
2021-01-05 23:13:54 +01:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2019-09-25 21:04:44 +02:00
},
2021-01-05 23:13:54 +01:00
"default": true
2015-10-17 10:47:21 +02:00
}
]
}
}