jgkawell

@jgkawell@lemmy.world
0 Post – 21 Comments
Joined 1 years ago

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.

6 more...

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.

2 more...

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.

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.

3 more...

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.

https://grainwoodfurniture.com/

1 more...

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.

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.

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.

3 more...

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.

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.

1 more...

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 have any issues or questions feel free to DM me here. I'd be happy to help out :)

That's definitely its focus, but if you want a very simple store it does support payments: https://ghost.org/help/ecommerce/

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

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

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

If you're willing to accept JavaScript I'd recommend a Ghost setup. Pretty good platform once it's set up and easy to selfhost. Not sure you'll find a platform without JS for your use case tbh.

1 more...

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

I have two of the U6 lite APs and they cover my whole house perfectly. They're POE but I just got a cheap POE unmanaged TP-Link switch for now.

I love Immich. Such an amazing system it still shocks me that it's foss

It's considered a meta search engine. Basically it queries a bunch of different search engines at once and then aggregates the results.