Tag: SSH

Synology + Docker + Emby logos

Emby with Hardware Transcoding in Docker on Synology DSM 7.2

I’ve been running my own media server for many, many years in various iterations. Currently I’m trying out Emby as an alternative to Plex after being a bit underwhelmed with Jellyfin‘s Apple tvOS app options (e.g. Swiftfin and Infuse Pro ). I’m not sure if I’ll stick with it; I would prefer to go with…

Read more

Setting Up Git and Working with GitHub in Windows

Like most of the web industry, I use Git for version control, and so far I’ve mainly worked with GitHub remotes, so that’s what I’m set up for now. This post will cover how I install and configure Git to work smoothly in Windows. Disclaimer: I don’t do much web development in Windows these days,…

Read more

Set Up Secure Remote Access for Home Assistant

This entry is part 10 of 11 in the series Creating My Smart Home

The next step in my Home Assistant project was to enable secure remote access to it when I’m away from home. Fortunately the documentation covers this topic. Mostly I followed the instructions on the Remote Access with TLS/SSL via Let’s Encrypt page, so I won’t repeat the detailed instructions here. However, I did want to…

Read more

Organize the Home Assistant Web UI with Groups

This entry is part 9 of 11 in the series Creating My Smart Home

At this point in my Home Assistant journey I have several devices configured, and the UI is starting to get cluttered. Home Assistant lets you organize the UI using groups and views, so I decided to take advantage of that. I want to have a few tabs (a.k.a. “views”) with my devices grouped within the…

Read more