homebridge-docker icon indicating copy to clipboard operation
homebridge-docker copied to clipboard

Installing plugins

Open AlexGustafsson opened this issue 9 years ago • 2 comments

What

Make it easier to install plugins and decide what plugins are installed at first.

My thoughts

Installing plugins

Make a command in homebridge.sh:

./homebridge.sh install <package-name>

which would simply run npm-install inside the container.

Choosing plugins for first setup / build

Make a file called plugins.json

[
   "package-name",
   "package-name2"
]

This file is checked when the image is built and if it exists, all the packages are installed.

I hope my intentions are somewhat clear. I could submit a PR if needed.

AlexGustafsson avatar Jan 09 '16 23:01 AlexGustafsson

I like that idea, PR would be greatly appreciated

patrickbusch avatar Jan 18 '16 08:01 patrickbusch

If this ever does get done, version pinning should be a thing

johnypony3 avatar Jan 15 '17 20:01 johnypony3