mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
Forgot to add root option in manifesto
This commit is contained in:
parent
6ff5724c21
commit
96a1d43719
1 changed files with 9 additions and 0 deletions
|
@ -49,6 +49,15 @@
|
||||||
"example": "/adminer",
|
"example": "/adminer",
|
||||||
"default": "/adminer"
|
"default": "/adminer"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "root_access",
|
||||||
|
"type": "boolean",
|
||||||
|
"ask": {
|
||||||
|
"en": "Allow root access(For security its disabled by default)?",
|
||||||
|
"fr": "Autoriser l'accès racine (pour la sécurité désactivée par défaut)?"
|
||||||
|
},
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Reference in a new issue