From e30396613ffbf0c01d924e1fdba88d08169b97f6 Mon Sep 17 00:00:00 2001 From: Marco Raddatz Date: Mon, 18 Dec 2017 21:01:10 +0100 Subject: [PATCH] Docs --- CHANGELOG.md | 1 + README.md | 6 +++--- samples/.env | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eb805..9963d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## 4.2 +- Default Homebridge version is v0.4.33 - Added option to set DiskStation hostname ([\#7](https://github.com/marcoraddatz/homebridge-docker/issues/7)) ## 4.1 diff --git a/README.md b/README.md index d2da933..d77f88d 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,11 @@ Most issues aren't related to this package, nor to Homebridge -- they are creat Make sure that ports 5353 and 51826 (both TCP) aren't blocked by your firewall. -### 5. Disable IPv6 and Bonjour +### 5. Set a hostname (Synology only) -Sometimes IPv6 or Synology's Bonjour service are the reason devices cannot be found. +To avoid conflicts with other devices, set the `DS_HOSTNAME` variable in the `.env` file to your DiskStation's server name (uncomment it first!). The value should exactly match the server name as shown under `Synology DSM Control Panel` -> `Info Centre` -> `Server name`. It should contain no spaces or special characters. -### 6. Adjust paths +### 6. Adjust paths (Non-Synology only) If you're using a non-Synology device, you might need to adjust the paths to your config (`/volume1/docker/homebridge`). diff --git a/samples/.env b/samples/.env index 3749720..36d0cab 100644 --- a/samples/.env +++ b/samples/.env @@ -13,7 +13,7 @@ HOMEBRIDGE_TIMEZONE=Europe/Berlin # See https://docs.npmjs.com/cli/install for more info HOMEBRIDGE_VERSION=latest -# The value of the DSM_HOSTNAME environment should exactly match the server name as shown under +# The value of the DS_HOSTNAME environment should exactly match the server name as shown under # "Synology DSM Control Panel" -> "Info Centre" -> "Server name", it should contain no spaces or special characters. # Default is unset. # DO ONLY SET IF YOU GOT PROBLEMS RUNNING HOMEBRIDGE!