This is a docker image of the homekit2mqtt application from https://github.com/krambox/homekit2mqtt
For Dockerfile and CI scripts see: https://gitlab.com/wolutator/hkd
My start script for the container start is:
#!/bin/bash
# docker volume create hkd-data
# docker pull registry.gitlab.com/wolutator/hkd:latest
docker run \
--rm \
-d \
--name homekit2mqtt \
--net host \
-e PIN="000-00-000"
-e BROKER="mqtt://broker.local"
-v hkd-data:/opt/app
registry.gitlab.com/wolutator/hkd:latest
Content type
Image
Digest
Size
350.7 MB
Last updated
about 7 years ago
docker pull wollud1969/hkd