

Fedora core os (FCOS) vms on XCP-NG with trueNas for persistent storage. With FCOS, vms configurations can stay version controlled and deployed using open Tofu (terraform) and butane/ignition.
Fedora core os (FCOS) vms on XCP-NG with trueNas for persistent storage. With FCOS, vms configurations can stay version controlled and deployed using open Tofu (terraform) and butane/ignition.
Interest rates seem slightly correlated with spending sentiment, but I have mostly just seen folks reigning in excessive project spending and trying to manage project cash flow a little more aggressively. Might depend on the subset of mfg you are involved with.
Sesame oil in ramen definitely takes it to the next level. Another fun addition is liquid dashi concentrate, which lends a nice deep umami flavor.
The other umami adder that’s worth playing with is fish sauce. I find that as it cooks it loses its aroma, making it easy to use in a wide variety of recipes.
This is very much a choose your own adventure that depends on a number of factors such as the services you’re hosting, ease of access for other household members, your hosting setup, additional privacy concerns, ect.
Here a couple of resources for different methods:
Techno Tim’s overview, reverse proxy through cloudflare https://www.youtube.com/watch?v=Cs8yOmTJNYQ
Cloudflare proxy straight to the hosted service https://www.cloudflare.com/products/tunnel/
Create a peer to peer vpn sidestepping opening ports: https://tailscale.com/blog/how-tailscale-works/
OpenWRT is good option another that could be worth looking into might be Vyos. As far as I can tell the big issues in this space is comprehensive hardware support.
Staying on top of updates is one of the most effective ways to keep your stuff secure and really should be done regardless of your setup. Updates have the downside of sometimes causing systems and applications to break. I think the question is what frequency do you want to update your applications.
I have been very happy with FCOS and really view it as building a declarative appliance. You can install it straight from an iso and configure it manually similar to Debian. But I really like the butane / ignition method for defining everything about it. Sort of like a more robust cloud init on the Debian side. I typically define this in a
terraformopenTofu project and then transpile it to my hypervisor as a vm so I can just keep fine tuning my config until I have it just right. I set weekly auto updates typically and for the most part rarely touch FCOS vms once they are working.