SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.45k stars 308 forks source link

20220312 homebridge - master branch - PR 1 of 2 #514

Closed Paraphraser closed 2 years ago

Paraphraser commented 2 years ago

Changes image from oznu/homebridge:no-avahi-arm32v6 to oznu/homebridge:latest:

Replaced UI port placeholder with fixed port 8581. This is in line with the homebridge documentation.

Removed build.py from the homebridge template. The script was throwing errors, was not substituting the port placeholder with a sensible default, and was not offering any mechanism to replace the placeholder with a proper port number.

Added basic documentation.

Signed-off-by: Phill Kelley 34226495+Paraphraser@users.noreply.github.com

Paraphraser commented 2 years ago

Done. Thanks for pointing that out.