mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
int type for database in manifest
This commit is contained in:
parent
57607450cc
commit
3f88efb778
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.3-fpm",
|
"php7.3-fpm",
|
||||||
"mysql"
|
"mysql",
|
||||||
|
"postgresql"
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.8.1"
|
"yunohost": ">= 3.8.1"
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "database",
|
"name": "database",
|
||||||
|
"type": "int",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]",
|
"en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]",
|
||||||
"fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]"
|
"fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]"
|
||||||
|
|
Loading…
Reference in a new issue