Coder Social home page Coder Social logo

docker-alexa-ha-bridge's Introduction

docker-alexa-ha-bridge

Docker build

https://github.com/bwssytems/ha-bridge
https://github.com/armzilla/amazon-echo-ha-bridge
https://registry.hub.docker.com/u/bios/docker-alexa-ha-bridge/

Docker image to start a ha-bridge container with alpine

Use --net=host for functional UPnP discovery

Quickstart

docker run --name bridge -d --net=host bios/docker-alexa-ha-bridge

Options

  • PORT="-Dserver.port=8080"
  • KEY="-Dsecurity.key=Xfawer354WertSdf321234asd"
  • IP="-Dserver.ip=192.168.1.1"
  • CONFIG="-Dconfig.file=/home/me/data/myhabridge.config"
  • GARDEN="-Dexec.garden=/bridge/"

Example

Mount backup file and define custom port

docker run --name bridge -d --net=host \
-v /bridge/data/:/bridge/data \
-e PORT="-Dserver.port=8080" \
-e KEY="-Dsecurity.key=Xfawer354WertSdf321234asd" \
-e IP="-Dserver.ip=192.168.1.1" \
-e GARDEN="-Dexec.garden=/bridge/" bios/docker-alexa-ha-bridge

docker-alexa-ha-bridge's People

Contributors

rburgstaller avatar tsgoff avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

rburgst dobje

docker-alexa-ha-bridge's Issues

Docker synology

home-automation-bridge_start.sh
docker rm bridge
docker run -d --name="bridge" --net="host" -e IP="192.168.1.10" -e KEY="Xfawer354WertSdf321234asd" -e PORT="82" -e GARDEN="/bridge/" -v /volume1/docker/bios-docker-alexa-ha-bridge:/bridge/data:rw

Esct-ce correct ?

HA-Bridge 5.2.0

I do not really have an explanation for that.
But when I rebuild the containers and images, the version always stays at 5.1.0. But since yesterday 5.2.0 is out.

If I manually execute the commands in the Dockerfile, it works. So the syntax is ok.

Of course I completely deleted images and containers.

It there something I can do? Or is this related with some DockerHub-stuff?


I did not know that you have to rebuild the images. I assumed that the images are generated in real-time on my docker-host.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.