mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-09 07:04:20 +01:00
Add information on README.md (#1154)
Add some informations to explain how ACL file should be in anonymous mode
This commit is contained in:
@@ -131,6 +131,11 @@ Add the following configuration to enable **unrestricted** access to all topics.
|
||||
user [YOUR_MQTT_USER]
|
||||
topic readwrite #
|
||||
```
|
||||
For anonymous mode ( `"anonymous": true` ), your have to remove the `user [YOUR_MQTT_USER]` line like so:
|
||||
|
||||
```text
|
||||
topic readwrite #
|
||||
```
|
||||
|
||||
The `/share` folder can be accessed via SMB, or on the host filesystem under `/usr/share/hassio/share`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user