Have you ever committed mistakes while setting up your homelab?
I will start first
I didn't notice my diy NAS motherboard had Pci-E Gen 2.0 (old gen) before buying it. It's not a great limitation (still 500MB/s) for the two spinning disks I have on it, but it'd be if I will decide to switch to SSDs
I cheaped out on the PSU. I bought another one without waiting for that crap to burn down so I eventually spent more
I often break the software. Sometimes I kill the OS or mess with some BTRFS pools
Sometimes I just feel not adequate for it. Does this kind of things happen to you too?
This is literally the point of a homelab. I mean not so much the hardware stuff, that sucks, but hell yeah, breaking shit is how you learn! You do not learn JACK following a tutorial to the letter and everything going perfectly.
Cheaped out on UPS, now I have three basic small ones I have no use for (they work except the battery isn't good anymore). Would have been better spend a bit more right from the start.
I ended up with a second hand APC 1500. Contrary to some other models you can just monitor it with a standard USB cable, just the power cables with these inverted plugs are a bit hard to get these days.
I've been using rootless Docker because it's a good practice, but I've been having weird permissions issues that apparently no one else has or, at least, not enough people use rootless to know lol. I have some theories about how to solve it, but it would require a good amount of time. I'm also restructuring my directories so it's better organized with Syncthing and I have to resolve those permission issues to solve the backup problems I have (mostly DB files that I don't have permission to copy).
Using Nginx Proxy Manager instead of Traefik, because I wasn't using Docker much at the time. Now I can't be arsed to learn how to use Traefik properly, and change everything over.