mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
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
This commit is contained in:
parent
b74486be74
commit
eb74ad5429
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user