This is a simple docker-compose configuration to run some home automation apps on a Synology NAS.
- Homebridge - for connecting IOT Devices to Homekit
- Matterbirdge - for connecting IOT Devices with Matter Support to Homekit
- Scrypted - for connecting Cameras to Homekit
- Synology NAS
- Git
- Docker
- Docker-Compose
- Clone this project
- Copy
sample.envto.envand update variables as appropriate - Run
docker-compose up -dto start the services
- Homebridge will be available at the IP Address on the
HOMEBRIDGE_UI_PORT,http://192.168.x.x:58581 - Matterbridge will be available at the IP Adddress of your host on port
8283,http://192.168.x.x:8283 - Scrypted will be available at the IP Adddress of your host on port
10443,https://192.168.x.x:10443
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...
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.