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.
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:
which would simply run npm-install inside the container.
Choosing plugins for first setup / build
Make a file called plugins.json
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.