Skip Navigation

Posts
1
Comments
41
Joined
2 yr. ago

  • I don't know of anything built for that purpose but you could use home assistant dashboards to pull it off pretty easily if you already have an instance set up.

  • 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.

  • I actually ran into this just the other day on some refurbished Hue bulbs. I was able to reset then without any remote or app using this method. Just make sure to do it 2-3 times in a row or until the bulbs start flashing.

  • If you have any issues or questions feel free to DM me here. I'd be happy to help out :)

  • I'll let folks with more security experience dive into your specific question, but another option is to host your website on something like Github pages (using a static website generator like Jekyll) and point Cloudflare at it. That way you don't need anything pointed at your local network, get the uptime of Github, and still benefit from your own domain name.

    That's what I'm doing with my own blog and it's been great. Github provides the service for free but if they ever charge for it I'll just start hosting it locally.

  • Yeah I have AT&T and had to set up IP passthrough on their router/gateway box. Basically it makes it so the ISP provided router acts as if it isn't there and my router gets to do whatever it wants.

  • I just have a home assistant dashboard running as a full screen webpage. I don't have auto wake on movement but it works great otherwise.

  • Oh that's cool. Didn't know you could self-host the server. I'll have to check that out.

  • I sync through OneDrive. I like that Joplin encrypts on-device so I don't have to worry about the privacy policy of the cloud I'm syncing though.

  • I've used Joplin for a while and it's solid.

  • 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.

  • Just jumping in to say I had the same thing. Deleted account and got that same email.

  • Most people don't appreciate link posts without summaries of the content. I'm one of these people. I don't like clicking links unless I know at least an idea of what's on the other side of the link. Is it worth my time? Is it worth my attention? Providing summaries of linked content gives a start to the conversation and keeps us from turning this forum into a clickbait-filled platform.

  • 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 love Immich. Such an amazing system it still shocks me that it's foss

  • Yeah I was worried that might be the only way to do it. It'd be great to have it natively supported in the add-on eventually. Let me know if you have any luck with it!

  • Look at the Libre Computer boards. I got a Le Potato for 35usd last year and it's been rock solid. Seems to be about the same performance as a RBP 3B.

  • Web Assembly. Pretty neat tech if you read up on it.