Giter VIP home page Giter VIP logo

Comments (4)

cuihaijun avatar cuihaijun commented on August 22, 2024 1

Thank you very much, install successfully according to your steps

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

-- see latest comment --

from docker-homebridge.

cuihaijun avatar cuihaijun commented on August 22, 2024

I was using Synology Docker, Did not find this
/usr/local/share/.config/yarn/global/node_modules/homebridge
My Homebridge is configured like this
docker run -d --name=homebridge --net=host -e dsm_hostname=diskstation -v/volume2/docker/homebridge:/homebridge:rw -v etc/localtime:/etc/localtime:ro Oznu/homebridge:latest
Can you help me again?

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

@cuihaijun see https://github.com/oznu/homebridge-config-ui-x

Get the latest version of oznu/homebridge from the docker registry. Delete your existing container and recreate it with the freshly downloaded one.

docker rm -f homebridge
docker pull oznu/homebridge:latest
docker run [ your settings here ] oznu/homebridge:latest

Install:

docker exec homebridge yarn add homebridge-config-ui-x

Config:

"platforms": [
    {
        "platform": "config",
        "name": "Config",
        "port": 8080,
        "log": "/homebridge/logs/homebridge.log"
    }
]

✅ Restarting Homebridge
✅ Installing and removing plugins
✅ Updating plugins
✅ Updating to a newer version of Homebridge
✅ Edit config.json using the advanced config editor
✅ Viewing logs

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.