i added the official MQTT add-on and setup different users.
now i want to set up the ACLs so it is impossible to trigger certain switches via MQTT.
can someone show me or link me to a tutorial how to set up ACLs with the Home Assistant add-on?
with kind regards
//EDIT1:
https://github.com/home-assistant/addons/blob/5d21f08245dd0fac4183169fe43848c05547c401/mosquitto/DOCS.md#access-control-lists-acls
seems out of date since the mentioned path is: /usr/share/hassio/share
and on HAOS there is no hassio folder inside /usr/share/*
i can acces /share via SSH i can also open it via SCP in case there need to be a file transferred.
why would i need samba? and which container do you reference?
Well it makes it a bit easier to get to the folder’s that contain the config file’s.
However, SSH/SCP works as well. As long as you are sure your in the HAOS config folders.
But I have a gut felling your actually SSH’ing into something else, maybe the main Docker image?
When using the Samba add-on it will go directly to the HAOS Docker container that has all the config files.
HAOS is built using Docker Containers (like a disk image) And Docker is a program that manages the containers by starting/stopping the containers/disk image.
However, HAOS hides most of that from the user to make it easier to maintain the system. Because the Docker subsystem is rather complicated. In short you have no need to know Docker when using HAOS. As it’s done for you.
But Docker is good to know
PS I have edited the post above to help with the steps