mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Fix linter warnings
This commit is contained in:
parent
25bd43e0e0
commit
bcdb32a6ea
1 changed files with 5 additions and 9 deletions
|
@ -11,9 +11,8 @@
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"website": "https://adguard.com/adguard-home.html",
|
"website": "https://adguard.com/adguard-home.html",
|
||||||
"demo": "https://demo.example.com",
|
"admindoc": "https://github.com/AdguardTeam/AdGuardHome/wiki",
|
||||||
"admindoc": "https://yunohost.org/packaging_apps",
|
"userdoc": "https://kb.adguard.com/en",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/AdguardTeam/AdGuardHome"
|
"code": "https://github.com/AdguardTeam/AdGuardHome"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
@ -31,8 +30,7 @@
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [{
|
"install": [{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -41,13 +39,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password"
|
||||||
"example": "Choose a password"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue