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"
|
||||
admin="john"
|
||||
is_public=1
|
||||
password="miaw!"
|
||||
password="strong-password"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"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",
|
||||
"version": "0.9.5~ynh1",
|
||||
"url": "https://www.galette.eu",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
@ -27,29 +27,17 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue