jgkawell

joined 1 year ago
[–] [email protected] 1 points 4 months ago

I use yarr as well but forked it to use postgres as the database instead of sqlite: https://github.com/jgkawell/yarr

[–] [email protected] 4 points 7 months ago (2 children)

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.

[–] [email protected] 6 points 7 months ago (4 children)

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.

[–] [email protected] 3 points 7 months ago (1 children)

I'm into this too. Is there a good Lemmy community dedicated to urban planning and infrastructure?

[–] [email protected] 5 points 7 months ago

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.

[–] [email protected] 25 points 7 months ago (3 children)

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.

[–] [email protected] 8 points 7 months ago

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.

[–] [email protected] 4 points 7 months ago

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.

[–] [email protected] 7 points 8 months ago

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.

[–] [email protected] 1 points 8 months ago (1 children)

Bungie didn't do it. It was a community member just having laugh.

[–] [email protected] 7 points 8 months ago (4 children)

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.

[–] [email protected] 4 points 8 months ago

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

view more: next ›