mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix
This commit is contained in:
parent
3869195b1e
commit
88e5213105
2 changed files with 6 additions and 6 deletions
|
@ -52,8 +52,8 @@
|
||||||
"default": "true"
|
"default": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "user",
|
"name": "ad_user",
|
||||||
"type": "user",
|
"type": "ad_user",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Enter your admin username ?",
|
"en": "Enter your admin username ?",
|
||||||
"fr": "Entrez votre nom d'utilisateur ?"
|
"fr": "Entrez votre nom d'utilisateur ?"
|
||||||
|
@ -61,8 +61,8 @@
|
||||||
"example": "liberodark"
|
"example": "liberodark"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "ad_password",
|
||||||
"type": "password",
|
"type": "ad_password",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Enter your password !",
|
"en": "Enter your password !",
|
||||||
"fr": "Entrez votre mot de passe !"
|
"fr": "Entrez votre mot de passe !"
|
||||||
|
|
|
@ -28,8 +28,8 @@ ynh_abort_if_errors
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$YNH_APP_ARG_PATH
|
path_url=$YNH_APP_ARG_PATH
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
user=$YNH_APP_ARG_IS_USER
|
user=$YNH_APP_ARG_IS_AD_USER
|
||||||
password=$YNH_APP_ARG_IS_PASSWORD
|
password=$YNH_APP_ARG_IS_AD_PASSWORD
|
||||||
|
|
||||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||||
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
||||||
|
|
Loading…
Add table
Reference in a new issue