Would you be willing to share that Quadlet? I also run rootless Podman on my main VPS and I’m approaching that point where I have enough services to justify a dedicated IDM solution.
- 0 Posts
- 4 Comments
jabberwock@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Question for Reasonable Security in New Server SetupEnglish
2·4 months agoI’ll go in a slightly different direction but one that any CISO will tell you is just as important as locking down SSH, etc. Have a good backup plan
Especially for a home server, is your biggest threat vector someone launching 0-days against it or the SD card it boots off of crapping out? Even production servers, when someone misconfigures sshd_config and locks everyone out (ask me how I know) or you get a crypto-locker run because all the configs in the world can’t save you from a supply chain attack. You’ll be glad you have backups on-site, off-site, a general DR strategy, etc.
Short version, add this to your Quadlet file (with whatever your service your gluetun Quadlet starts):
[Unit] Requires=gluetun.service After=gluetun.serviceAn article I found helpful when starting with Quadlets, which can even replace Docker compose. https://mo8it.com/blog/quadlet/
You a real one, much appreciated