Authentication #1544
-
I'm using Music Assistant Server as a Docker container. Currently, anyone on the local network can access the website and control playback. Is it possible to force login to the website? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
No. We recommend using HAOS for these security reasons |
Beta Was this translation helpful? Give feedback.
-
When running the docker container manually yourself, it is your own responsibility to secure the webinterface, e.g. by putting a reverse proxy in front. We offer some settings to only start the webserver on a private/internal docker network. By far the most people run MA within Home Assistant OS where the MA webinterfacce is hosted securely behind the ingress. |
Beta Was this translation helpful? Give feedback.
-
Hi, there thanks for the nice project, Thank you and have a nice day :) |
Beta Was this translation helpful? Give feedback.
When running the docker container manually yourself, it is your own responsibility to secure the webinterface, e.g. by putting a reverse proxy in front. We offer some settings to only start the webserver on a private/internal docker network.
By far the most people run MA within Home Assistant OS where the MA webinterfacce is hosted securely behind the ingress.
Implementing an own auth system for Music Assistant itself will be auth of scope for now unless maybe we can find a quick way to leverage HA auth on the MA webinterface.