I recently went back to iPhone after about 7 months of Android use… iPhone 10 broke so I held off until the iPhone 11 Pro came out. Now that I’ve got it back, I wanted to control my smart home with Siri. Actually not that easy! Unless they are Apple HomeKit devices, which apart from my Philips Hue everything else …
HomeAssistant nginx WebSocket fix Synology (UPDATED)
I had a previous post explaining the issue, I was having with HomeAssistant and Reverse Proxy running on a Synology NAS. Basically in short, you update DSM, then you cannot login to your home assistant installation via reverse proxy. Well luckily for us Synology have updated Docker and now there is a simple way of allowing access back. Just follow …
Changing site URL GHOST Docker
So if you are like me and like to tinker about with different platforms you might be wondering how to update the URL for Ghost on a synology NAS docker image. After some digging I found out just how simple it was, rather than showing http://localhost:2345 mine now shows the correct URL. If the docker environment variables simply add Variable …
Portainer Synology NAS Docker
If like me you wanted to install Portainer to manage your docker environment from where ever you are, using a synology NAS. Make sure you do the below. You first need to edit the dockerd.json file to allow access. The below is what my config file, basically you are just adding in: “hosts” : [ “tcp://localhost:2375”, “unix:///var/run/docker.sock” ], Edit: /var/packages/Docker/etc/dockerd.json …
Creating multiple DDNS Synology NAS
If like me you want to host multiple domain names on an ADSL line you will need to use a DDNS service. My chosen one is noip.com All fine and dandy set the first one up on the Synology NAS GUI to automatically update when your IP changes! Magical it works, but now you want to add a second with …
Synology DS918 1 Month+ on
I thought it was time for an update to my post synology-ds918-so-far now that I’ve been using the Synology NAS for well over a month now. Quite a lot has changed and more items running. I’m going to start with all the docker images that I’m running: Docker Containers HomeAssistant (My home automation software that lets me control just about anything with …
Synology NAS Quick Share Links
For sometime I’ve been sharing files from men Synology NAS and the links that are created by QuickConnect were really starting to annoy me. For example: http://gofile.me/6TrsR/9dfDkshdfn (Not a real link as far as I’m aware 🙂 ) I wanted to use my own domain name for the links that are sent out. It also had the problem where the …
LetsEncrypt Certs & Auto Renewal Synology NAS
I’m currently using about 9 different LetsEncrypt certificates on my Synology nas and wasn’t sure if they auto renewed or if I would have to manually renew them. After some hunting around the web I came across a way to kick off the renewal process for the certificates. SSH into your box and run the below code. /usr/syno/sbin/syno-letsencrypt renew-all Some …
HomeAssistant nginx WebSocket fix Synology
NO LONGER WORKING – PLEASE USE https://rzy.co/2019/07/06/homeassistant-nginx-websocket-fix-synology-updated/ For some time now I’ve been using reverse proxy for all my web applications, the only one that wasn’t playing ball was HomeAssistant, it just simply wouldn’t let me login. Now the below has fixed the issue!
Configuring HomeBridge on Synology NAS with Nest
For ages and ages I’ve been wanting to get HomeBridge working on a raspberry pi, but for some reason I just couldn’t get it working. Today I finally managed to get it working on my #SynologyNAS 🙂 I need HomeBridge because of the lack of support Apple provide when it comes to managing my Nest products in the Home app.
- Page 1 of 2
- 1
- 2