Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple docker-compose based configuration to run services for home automation in docker on a Synology NAS.

License

Notifications You must be signed in to change notification settings

thinkonezero/homekit-docker-standup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homekit Docker Standup


This is a simple docker-compose configuration to run some home automation apps on a Synology NAS.

Services

  • Homebridge - for connecting IOT Devices to Homekit
  • Matterbirdge - for connecting IOT Devices with Matter Support to Homekit
  • Scrypted - for connecting Cameras to Homekit

Install Instructions

Prerequisites

Setup

  1. Clone this project
  2. Copy sample.env to .env and update variables as appropriate
  3. Run docker-compose up -d to start the services

Accessing Apps

  1. Homebridge will be available at the IP Address on the HOMEBRIDGE_UI_PORT, http://192.168.x.x:58581
  2. Matterbridge will be available at the IP Adddress of your host on port 8283, http://192.168.x.x:8283
  3. Scrypted will be available at the IP Adddress of your host on port 10443, https://192.168.x.x:10443

Environment File

LOCALUSER=
PUID=
PGID=
LOG_FILE_NUM=5
LOG_FILE_SIZE=10m
TZ=
SYNOLOGY_BASE_DOCKER_PATH=/volume1/docker
HOMEBRIDGE_UI_PORT=

If this project has helped you in anyway, and you'd like to say thanks...

Donate


Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple docker-compose based configuration to run services for home automation in docker on a Synology NAS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published