I use yarr as well but forked it to use postgres as the database instead of sqlite: https://github.com/jgkawell/yarr
I use yarr as well but forked it to use postgres as the database instead of sqlite: https://github.com/jgkawell/yarr
The solutions you’ve mentioned aren’t exactly equivalent. Proxmox is a hypervisor while Docker Swarm and Kubernetes are container orchestration engines. For example, I use Proxmox in a highly available cluster running on three physical nodes. Then I have various VMs and LXC containers running on those nodes. Some of those VMs are Kubernetes nodes running many Docker containers.
I highly recommend Proxmox as it makes it trivial to spin up new containers and VMs when you want to test something out. You can create and destroy VMs in an instant without messing with any of your actual hardware. That’s the power of a good hypervisor.
For orchestration, I would actually recommend you just stick with Docker Compose if you want something very simple to manage. Resiliency or high-availability usually brings with it a lot of overhead (both in system resources as well as maintenance costs) which may not be worth it to you. If you want something simple, Proxmox can run VMs in a highly-available mode so you could have three Proxmox nodes and set any VMs you deem essential to be highly-available within the cluster.
For my set up, I have certain services that are duplicated between multiple Proxmox nodes and then I use failover mechanisms like floating IP addresses to automatically switch things over when a node goes down. I also run most things in Kubernetes which is deployed in a highly-available manner across multiple Proxmox nodes so that I can lose a physical node and still keep (most) of my services running. This however is overkill for most things and I really only do it because I use my homelab to learn and practice different techniques.
I’ve been running Teleport for a while now and it’s been great. It can even manage access to things like Kubernetes clusters which is fantastic in my use case. I’ve been using their free community edition and no complaints so far.
If you’re up for switching to Home Assistant then you could change to Zigbee or Z-wave devices. Most are made in China but since they don’t connect to the internet you don’t have the same backdoor issues that devices like Tuya do. I’ve been shifting all my WiFi devices to local protocols and it’s great.
Haha I’ll confess I didn’t actually read the blog post. I just read the synopsis and made an assumption about it :b
I love all the local firmware swaps people are doing these days. I’m waiting on the day I can swap all my Google Homes to be Home Assistant powered. It’ll probably (almost certainly) require a hardware swap to an ESP32 but I’ll do it anyway as long as it’s pretty straightforward.
I’ve actually been eyeing the Yale Assure Lock 2 because I want a keyless option (it’s Z-wave as well). Does anybody here have experience with that one?