Skip to content

Installing plugins #9

Description

@AlexGustafsson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions