Hello - I am looking for assistance with setting up HA on DSM using container. I have gone through all steps in the setup, container is running, but unable to access using Synology IP address:8123. I have enabled port 8123 in Synology firewall. Also wanted to note that the IP address shown when I click the HA container is different from the IP address of Synology. Any assistance greatly appreciated.
#Initial HA setup using Synology NAS container
1 messages · Page 1 of 1 (latest)
the IP being different is normal. The containers go in a virtual network "inside" the Synology. How did you configure the container though? You need to set up the port to be exposed explicitly, it's not enough to open it in the firewall
(that is, unless you've set up the container with host networking... but then it shouldn't show up under a separate IP but should "inherit" the IP of the disk station)
((I only just saw that the home assistant docs have a separate section for synology DSM ... personally I just went with the "I want to use the tools I know"-route and used docker-compose to run home assistant on my synology ... that also makes upgrading a lot easier))