jhrcook / homebridge-controller

A program to execute custom Homebridge controlling programs.
0 stars 0 forks source link

Move Homebridge auth values to environment variables. #6

Closed jhrcook closed 2 months ago

jhrcook commented 2 months ago

Instead of a secrets file, get the Homebridge authentication data (user and password) from environment variables. Still need to figure out how to set these in docker-compose such that they are available in the Docker container.

jhrcook commented 2 months ago

https://docs.docker.com/compose/environment-variables/set-environment-variables/

jhrcook commented 2 months ago

Done