You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi Kevin, can you describe how you run this on synology? I mean the _intro.md part... I would like to try this as well.
How about adding --net=host \ under or before --privileged \ command in startup_script.sh?
Then I remove the homeassistant container and manually deploy again with hassio and bridge network (original one only connect host network). The "Hass.io" page work again. But I find some add-on may be not work (e.g. Log Viewer, Configurator).
The issue was with local routing on the Synology NAS (I've updated the script now).
The spk installed perfectly on my DS218+. Starting up worked also. I created a user with my name and then I get stuck.
When I click on Hass.io in the menu on the left, nothing happens. Also "unused entities" stays blank, so I can't add my entities using the Lovelace UI.
Any idea why this happens? Please let me know if there's anything I can do to provide you with usefull feedback.
I have a standard Home Assistant instance running in docker, but I stopped it before trying to install the spk from Hass.io.
The spk installed perfectly on my DS218+. Starting up worked also. I created a user with my name and then I get stuck.
When I click on Hass.io in the menu on the left, nothing happens. Also "unused entities" stays blank, so I can't add my entities using the Lovelace UI.
Any idea why this happens? Please let me know if there's anything I can do to provide you with usefull feedback.
I have a standard Home Assistant instance running in docker, but I stopped it before trying to install the spk from Hass.io.
Hi Kevin, can you describe how you run this on synology? I mean the _intro.md part... I would like to try this as well.
How about adding
--net=host \
under or before--privileged \
command in startup_script.sh?