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
We got one from Grain Wood and liked it so much we got a second. One we have is pine wrapped in a veneer of walnut and the other is painted white. They’re not hardwoods, but they’re leagues better than particle board IKEA stuff and don’t cost a fortune.
I’m experimenting with the Music Assistant add-on but it seems to be early days for that project. Could be awesome though as it combines media libraries from services (e.g. YouTube music) and self-hosted things (e.g. Navidrome) and plugs them into the Home Assistant ecosystem.
I’d recommend looking at the Wyoming/Piper/Rhasspy system. There’s some really good minds working on it and it’s got a big community behind it already. It’s also plug and play with Home Assistant which is awesome. It’s the system I use and while I’m still fine tuning it for my use cases it’s already pretty great.
Yeah there’s a bunch of them out there. I’ve had one running for a while now. Don’t have the specific model but it’s something like this: https://a.co/d/2v5M3U3
That’s a really good idea. Just checked and c/strong_towns does actually exist! It’s not active but if we all start using it we could make it into something.
There’s a ton of good resources out there! If you’re in North America, Strong Towns is a great place to start. On YouTube there are great channels like Not Just Bikes, RMTransit, and City Beautiful.
I’m into this too. Is there a good Lemmy community dedicated to urban planning and infrastructure?
Haven’t used it yet, but Proton has a beta desktop app that might be what you’re looking for.
F-Droid apps typically lag behind GitHub releases because their build pipelines are different. So in this case the latest version (which supports the freshrss API) isn’t available on F-Droid yet.
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.
Thanks for the link! I’ve been running Proxmox for years now without any of the issues like the previous commenter mentioned. Not that they don’t exist, just that I haven’t hit them. I really like Proxmox but love hearing about alternatives. One day I might get bored and want to set things up new with a different stack and anything that’s more free/open is better in my book.
Bungie didn’t do it. It was a community member just having laugh.
You’ll be glad to learn that rumor was actually just a joke. It came from a joke TWiD post that went the rounds on Reddit and YouTube but isn’t real. Don’t worry, Kotick isn’t joining Bungie.
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.
Do you have any articles discussing this? I’m interested to learn more as someone who doesn’t live there.