Skip to content

Instantly share code, notes, and snippets.

@davidjgonzalez
Last active August 14, 2022 19:53
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davidjgonzalez/0145fbdb43e2f7bfdd9289d53165e9d6 to your computer and use it in GitHub Desktop.
Save davidjgonzalez/0145fbdb43e2f7bfdd9289d53165e9d6 to your computer and use it in GitHub Desktop.
QNAP Homebridge Container install.sh
#!/bin/bash
# *** Copy this file to /root/.homebridge ***
# This file gets executed as root, so you can use it to
# install or update any plugin dependencies.
# See https://github.com/marcoraddatz/homebridge-docker#installsh
npm update -g n
npm install -g homebridge-netatmo
npm install -g homebridge-nukiio
npm install -g homebridge-synology
npm install -g homebridge-tplink-smarthome
npm install -g homebridge-nest
npm install -g homebridge-harmonyhub
# Install node modules for other homebridge modules that are used in config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment