mirror of
https://github.com/YunoHost-Apps/mosquitto_ynh.git
synced 2024-09-03 19:45:54 +02:00
Fix linter
This commit is contained in:
parent
eb74d6d63a
commit
bca11839bd
1 changed files with 2 additions and 12 deletions
|
@ -13,7 +13,6 @@
|
||||||
"website": "https://mosquitto.org",
|
"website": "https://mosquitto.org",
|
||||||
"demo": "https://test.mosquitto.org",
|
"demo": "https://test.mosquitto.org",
|
||||||
"admindoc": "https://mosquitto.org/documentation/",
|
"admindoc": "https://mosquitto.org/documentation/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/eclipse/mosquitto",
|
"code": "https://github.com/eclipse/mosquitto",
|
||||||
"cpe": "cpe:2.3:a:eclipse:mosquitto"
|
"cpe": "cpe:2.3:a:eclipse:mosquitto"
|
||||||
},
|
},
|
||||||
|
@ -32,21 +31,12 @@
|
||||||
{
|
{
|
||||||
"name": "username",
|
"name": "username",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
|
||||||
"en": "Set the username for client authentication",
|
|
||||||
"fr": "Définissez le nom d'utilisateur pour l'authentification du client"
|
|
||||||
},
|
|
||||||
"example": "mosquitto",
|
"example": "mosquitto",
|
||||||
"default": "mosquitto"
|
"default": "mosquitto"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password"
|
||||||
"ask": {
|
|
||||||
"en": "Set the password for client authentication",
|
|
||||||
"fr": "Définissez le mot de passe pour l'authentification du client"
|
|
||||||
},
|
|
||||||
"example": "Choose a password"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue