mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
mosquitto: Add missing login configuration details (#1127)
* mosquitto: Add missing login configuration details * ✏️ Tweak * Update README.md * Update README.md Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
@@ -52,7 +52,13 @@ require_certificate: false
|
|||||||
|
|
||||||
### Option: `logins` (optional)
|
### Option: `logins` (optional)
|
||||||
|
|
||||||
A list of local users that will be created with username and password. You don’t need to do this because you can use Home Assistant users too, without any configuration.
|
A list of local users that will be created with username and password. You don’t need to do this because you can use Home Assistant users too, without any configuration. If a local user is specifically desired:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
logins:
|
||||||
|
- username: user
|
||||||
|
password: passwd
|
||||||
|
```
|
||||||
|
|
||||||
### Option: `anonymous`
|
### Option: `anonymous`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user