Protecting Home Assistant with Cloudflare Access and mTLS on Android

There are many different ways to set up Home Assistant so that it is accessible when you're away from home, which have various pros and cons, but I had some extra requirements beyond just securing it with HTTPS/TLS which I haven't found any articles about (in bold): Does not…

Read this article

Migrating Home Assistant from sqlite3 to MySQL 8.0

This post quickly documents some notes around my process of migrating Home Assistant's sqlite3 database to a containerised MySQL database. I run all of my home server infrastructure in Docker containers as I like the isolation and distribution model that they provide. The default sqlite3 database used by Home Assistant…

Read this article