From eb74ad5429cd0ca2d26819149dd60a0d6b010a52 Mon Sep 17 00:00:00 2001 From: Wouter Date: Sun, 25 Sep 2016 18:24:44 +0200 Subject: [PATCH] Added Synology firewall information, added sudo -i (#955) * Added Synology firewall information, added sudo -i Added tutorial for setting up Synology firewall. Added information on how to use root user in new Synology software. (source: https://community.home-assistant.io/t/error-starting-home-assistant-on-synology-for-first-time/917/4) * Update installation-synology.markdown --- .../installation-synology.markdown | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/getting-started/installation-synology.markdown b/source/getting-started/installation-synology.markdown index 0903aed1854..c2ba798a2cb 100644 --- a/source/getting-started/installation-synology.markdown +++ b/source/getting-started/installation-synology.markdown @@ -23,6 +23,14 @@ Using the Synology webadmin: SSH onto your synology & login as admin or root + - Log in with your own administrator account + - Switch to root using: + +```bash +$ sudo -i +``` + + Check the path to python3 (assumed to be /volume1/@appstore/py3k/usr/local/bin) ```bash @@ -175,6 +183,19 @@ Make the daemon file executable: $ chmod 777 /volume1/homeassistant/hass-daemon ``` +Update your firewall (if it is turned on on the Synology device): + + - Go to your Synology control panel + - Go to security + - Go to firewall + - Go to Edit Rules + - Click Create + - Select Custom: Destination port "TCP" + - Type "8123" in port + - Click on OK + - Click on OK again + + Copy your configuration.yaml file into the config folder That's it... you're all set to go