emeraldjava/Synology and Remote Home Assistent

Created Sun, 20 Nov 2022 00:00:00 +0000 Modified Sun, 28 Apr 2024 08:47:19 +0000
177 Words

Overview

The following outline the steps i’ve taken to try and configure remote access to my synology home assistent instance.

Reference

Test Urls

The hope is that these URL will return a valid response

https://emeraldjava.synology.me https://home.emeraldjava.synology.me

Router Config

My home router has the following Port Forwarding rules which send all requests to the Synology IP. Ports 443 and 80 should be open.

router-port-forwarding

I have Plex running via Port 32400 and it’s remotely accessible.

Synology Config

This section outlines the specific synology DS-1512 settings that have to align.

External Access > DDNS Settings

This maps the ‘domain’ to the dynamic IP of my local synology server.

external-access-ddns-settings

Application Portal > Reverse Proxy

Setup a reverse proxy which listens for the specific ‘domain’ and maps those requests to the process on my synology box.

application-portal-reverse-proxy-settings

Security > Certificates

The config of the SSL cert for each ‘domain’.

security-certs-settings

The question is which part or parts of the config are incorrect?