this post was submitted on 08 May 2024
44 points (100.0% liked)

homelab

6459 readers
8 users here now

founded 4 years ago
MODERATORS
 

A slightly less technical post - these are some things I've learned from having a HomeLab for over a decade.

you are viewing a single comment's thread
view the rest of the comments
[–] jax@lemmy.cloudhub.social 3 points 4 months ago* (last edited 4 months ago)

Yeah for sure! I like to post about both the positive and negative experiences. I find things like that to be a valuable learning tool.

From a security perspective, it’s important to understand the systems you’ve implemented and test that they are working as expected. I think in that example if I had tested user sign-up sooner I could have caught the configuration issue.

It's also important to have good observability into your system, both metrics and logs. Metrics to help detect if something weird is happening (increased resource usage could point to ransomware or crypto mining) and logging to track down what happened and see what systems are impacted.

From a technical controls standpoint, it's good practice to segregate your applications from other systems and control planes like IPMI and switching/routing admin interfaces. It's also good to try to limit holes in your firewall. In this cluster, I have Cloudflare Tunnels setup so that I don't have to open ports to access web servers, and I get access to their WAF tooling. You could do something similar with a VPS running WireGuard, CrowdSec, and a reverse proxy.