ualex73 / monitor_docker

Monitor Docker containers from Home Assistant
Apache License 2.0
267 stars 34 forks source link

In order to stop containers using the proxy container, you need to enable "POST" access in ENV #75

Closed L44RS closed 2 years ago

L44RS commented 2 years ago

Like the title says, in order to be able to stop/start containers using the Home Assistant switches, you need to grant the proxy container access to the POST parts of the API. This is done by setting auth to 1 in the env variables. This isn't mentioned in the docs, took me quite a lot of searching. Would be nice if this could be added.

ualex73 commented 2 years ago

Thanks for reporting it, I added it to the README now (I don't use the proxy myself, that bit was added by another user)

ualex73 commented 2 years ago

It is added, so I will close this one