Go + Angular based smart mirror platform - packaged as single docker image.
To use this image pull it from one of the following registries:
# docker hub
docker pull pascaliske/magicmirror
# github container registry
docker pull ghcr.io/pascaliske/magicmirror
To run the server use the following command:
docker run \
--detach \
--name magicmirror
--publish 9000:9000 \
--volume $(pwd)/config.yml:/config.yml \
ghcr.io/pascaliske/magicmirror
MIT – © 2022 Pascal Iske