mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Update manifest.json
This commit is contained in:
parent
4e2466c0b3
commit
0577c91b7d
1 changed files with 22 additions and 4 deletions
|
@ -36,11 +36,11 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for AdGuard Home only / is accepted",
|
"en": "Choose a path for AdGuard Home /adguard is accepted",
|
||||||
"fr": "Choisissez un chemin pour AdGuard Home seulement / est accepté"
|
"fr": "Choisissez un chemin pour AdGuard Home /adguard est accepté"
|
||||||
},
|
},
|
||||||
"example": "/",
|
"example": "/adguard",
|
||||||
"default": "/"
|
"default": "/adguard"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -50,6 +50,24 @@
|
||||||
"fr": "Est-ce un site public ?"
|
"fr": "Est-ce un site public ?"
|
||||||
},
|
},
|
||||||
"default": "true"
|
"default": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ad_user",
|
||||||
|
"type": "ad_user",
|
||||||
|
"ask": {
|
||||||
|
"en": "Enter your admin username ?",
|
||||||
|
"fr": "Entrez votre nom d'utilisateur ?"
|
||||||
|
},
|
||||||
|
"example": "liberodark"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ad_password",
|
||||||
|
"type": "ad_password",
|
||||||
|
"ask": {
|
||||||
|
"en": "Enter your password !",
|
||||||
|
"fr": "Entrez votre mot de passe !"
|
||||||
|
},
|
||||||
|
"example": "mypassword"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue