mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Fix
This commit is contained in:
parent
4f9f346195
commit
7aeb2d00ce
2 changed files with 2 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
||||||
path="/path"
|
path="/path"
|
||||||
admin="john"
|
admin="john"
|
||||||
is_public=1
|
is_public=1
|
||||||
password="miaw!"
|
password="strong-password"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Membership management web application for non profit organizations",
|
"en": "Membership management web application for non profit organizations",
|
||||||
"fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations"
|
"fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations"
|
||||||
},
|
},
|
||||||
"version": "0.9.4.2~ynh1",
|
"version": "0.9.5~ynh1",
|
||||||
"url": "https://www.galette.eu",
|
"url": "https://www.galette.eu",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -27,29 +27,17 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for Galette",
|
|
||||||
"fr": "Choisissez un nom de domaine pour Galette"
|
|
||||||
},
|
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Galette",
|
|
||||||
"fr": "Choisissez un chemin pour Galette"
|
|
||||||
},
|
|
||||||
"example": "/galette",
|
"example": "/galette",
|
||||||
"default": "/galette"
|
"default": "/galette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Is it a public application?",
|
|
||||||
"fr": "Est-ce une application publique ?"
|
|
||||||
},
|
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue