Git Product home page Git Product logo

Comments (4)

oznu avatar oznu commented on May 7, 2024 1

It should be possible. Try this:

Step 1: Create a new container with a local volume as normal

docker run  --net=host --name homebridge -v </path/to/config>:/homebridge oznu/homebridge 

This will generate the default container files in your mounted homebridge config folder.

Step 2: Find the file named startup.sh in the mounted config folder and add this line to the bottom:

yarn global add https://github.com/NorthernMan54/homebridge

Step 3: Add the ssdp port to the config.json file in the mounted config folder:

"bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154",
    "ssdp": 1900
},

Step 4: Restart the container

docker restart homebridge

from docker-homebridge.

c-o-m-m-a-n-d-e-r avatar c-o-m-m-a-n-d-e-r commented on May 7, 2024

Hey,
thanks ... solved it today.

Thanks for the Image!!

from docker-homebridge.

jeylites avatar jeylites commented on May 7, 2024

@oznu
Hope all is well!

I'm trying to install "homebridge-alexa" through the UI web browser but can't seem to get it installed. Is there something I'm missing?

Currently, have 5 instances running. Are we suppose to install homebridge-alexa on all instances or just one?

+ [email protected]
updated 1 package in 293.939s

Command succeeded!.

[nodesecurity.io] Scanning plugin for vulnerabilities...

module.js:549
    throw err;
    ^

Error: Cannot find module '/usr/local/lib/node_modules/homebridge-config-ui-x/node_modules/nsp/bin/nsp'
    at Function.Module._resolveFilename (module.js:547:15)
    at Function.Module._load (module.js:474:25)
    at Function.Module.runMain (module.js:693:10)
    at startup (bootstrap_node.js:188:16)
    at bootstrap_node.js:609:3

The plugin has still been installed. Use at your own risk.
Security scan returned possible vulnerabilities.

from docker-homebridge.

jeylites avatar jeylites commented on May 7, 2024

well, I guess I answered my own question. Got the following turned on and it worked only on one of the homebridge that's running homebridge-alexa. Guess will have to do the same for all instances.

screen shot 2019-02-15 at 12 02 15 am

from docker-homebridge.

Related Issues (20)

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.