mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "Galette",
|
|
"id": "galette",
|
|
"description": {
|
|
"en": "Membership management web application for non profit organizations",
|
|
"fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations"
|
|
},
|
|
"licence": "free",
|
|
"maintainer": {
|
|
"name": "Jean-Baptiste Holcroft",
|
|
"email": "jean-baptiste@holcroft.fr"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for galette"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for galette"
|
|
},
|
|
"example": "/galette",
|
|
"default": "/galette"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"ask": {
|
|
"en": "Admin login"
|
|
},
|
|
"example": "galette_admin",
|
|
"default": "galette_admin"
|
|
},
|
|
{
|
|
"name": "adminPass",
|
|
"ask": {
|
|
"en": "Admin password"
|
|
},
|
|
"example": ""
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"ask": {
|
|
"en": "Is it a public application ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
}
|
|
]
|
|
}
|
|
}
|