mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Merge branch 'testing' into Update-upstream-version-0.9.6.1
This commit is contained in:
commit
2a35894c2f
2 changed files with 8 additions and 3 deletions
|
@ -20,6 +20,7 @@ Galette is a membership management web application towards non profit organizati
|
|||
|
||||
**Shipped version:** 0.9.6.1~ynh1
|
||||
|
||||
|
||||
**Demo:** https://demo.galette.eu/login
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"website": "https://www.galette.eu",
|
||||
"demo": "https://demo.galette.eu/login",
|
||||
"admindoc": "https://doc.galette.eu/fr/master/",
|
||||
"code": "https://github.com/galette/galette"
|
||||
"code": "https://github.com/galette/galette",
|
||||
"cpe": "cpe:2.3:a:galette:galette"
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
@ -63,9 +64,12 @@
|
|||
"ask": {
|
||||
"en": "Choose SQL databe you want"
|
||||
},
|
||||
"choices": ["pgsql", "mysql"],
|
||||
"choices": [
|
||||
"pgsql",
|
||||
"mysql"
|
||||
],
|
||||
"default": "pgsql"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue