ckuburlis

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ckuburlis's Achievements

Noob

Noob (1/14)

4

Reputation

  1. There's some config file templates on the GitHub page (https://github.com/ckuburlis/homebridge-docker?files=1)
  2. +1 especially if we could integrate it with docker and specify which ip/interface we want services on
  3. Is that everything that's in the log? Some of the plugins (like the hue one) shutdown homebridge if not all of the data is in there (like the api key)
  4. It might be because the default config file has some plugins that aren't installed? Try removing all the platforms and accessories from it & see if that makes the log file put out something
  5. Have you copied across the config/plugin install files to the config folder?
  6. By default no plugins are installed, however you can install whatever plugins you'd like when the container starts up. On start it'll search the config directory for a file called "pluginsInstallList" which should have whichever plugins you'd like installed (take a look at the pluginsInstallList.Example file for an idea of how to format it - just one plugin name per line with one empty line at the end). After starting up and installing all the plugins, the file name will have .done appended to it so the plugins don't install every time the container starts up - leads to really long start up times.
  7. I've turned nfarina's home bridge docker image into a more unRAID friendly one if anyone wants to try it out. https://github.com/ckuburlis/docker-templates Just copy the example config files into the volume, edit as necessary and away you go.