|
| 1 | +--- |
| 2 | +title: "Synology and Remote Home Assistent" |
| 3 | +date: "2022-11-20T00:00:00Z" |
| 4 | +layout: post |
| 5 | +published: true |
| 6 | +tags: [synology] |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} --> |
| 10 | + |
| 11 | +<!-- code_chunk_output --> |
| 12 | + |
| 13 | +- [Overview](#overview) |
| 14 | +- [Test Urls](#test-urls) |
| 15 | +- [Synology Config](#synology-config) |
| 16 | + - [external-access-ddns-settings](#external-access-ddns-settings) |
| 17 | + - [application-portal-reverse-proxy-settings](#application-portal-reverse-proxy-settings) |
| 18 | + - [security-certs-settings](#security-certs-settings) |
| 19 | + |
| 20 | +<!-- /code_chunk_output --> |
| 21 | + |
| 22 | +# Overview |
| 23 | + |
| 24 | +The following outline the steps i've taken to try and configure remote access to my synology home assistent instance. |
| 25 | + |
| 26 | +Reference |
| 27 | +- https://www.protoncek.com/2021/04/17/synology-reverse-proxy/ |
| 28 | +- https://community.home-assistant.io/t/setup-on-synology-nas-with-remote-access/430949/2 |
| 29 | + |
| 30 | +# Test Urls |
| 31 | + |
| 32 | +The hope is that these URL will return a valid response |
| 33 | + |
| 34 | + [emeraldjava.synology.me](https://emeraldjava.synology.me) |
| 35 | + [home.emeraldjava.synology.me](https://home.emeraldjava.synology.me) |
| 36 | + |
| 37 | +# Synology Config |
| 38 | + |
| 39 | +This section outlines the specific synology settings that have to align. |
| 40 | + |
| 41 | +## external-access-ddns-settings |
| 42 | + |
| 43 | +This maps the 'domain' to the dynamic IP of my local synology server. |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +## application-portal-reverse-proxy-settings |
| 48 | + |
| 49 | +Setup a reverse proxy which listens for the specific 'domain' and maps those requests to the process on my synology box. |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +## security-certs-settings |
| 54 | + |
| 55 | +The config of the SSL cert for each 'domain'. |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
0 commit comments