Skip to content
SH

shellservers

Member

Joined:
Jun 2024
Last seen:
15d ago
Posts
5
Threads
0
Likes
0
Reputation
0
SH

shellservers 1y ago

What do you use for hardware RAID at home? · General Discussion

I use mdadm. I know, I know, nobody asked. But with LVM cache on SSD it is fast enough for my use and I don't need to learn another filesystem. Hardware RAID cards are expensive here in Jakarta because everything is imported. Even used LSI 9211 is like $40+ after shipping and tax.

SH

shellservers 2y ago

What do you use for secrets management across multiple cheap boxes? · General Discussion

HostHatch Singapore VM here. I tried sops but the age binary is not in debian repos. Had to download from GitHub release. Not hard but felt dirty. Now it works. My .env has DATABASE_URL and MAILGUN_KEY, both encrypted in git.

I also rotate keys every 6 months by making new age key and re-encrypting...