ocean@lemmy.selfhostcat.com to Selfhosted@lemmy.worldEnglish · 3 months agoWhat steps do you take to secure your server and your selfhosted services?message-squaremessage-square52fedilinkarrow-up158arrow-down11file-text
arrow-up157arrow-down1message-squareWhat steps do you take to secure your server and your selfhosted services?ocean@lemmy.selfhostcat.com to Selfhosted@lemmy.worldEnglish · 3 months agomessage-square52fedilinkfile-text
Inspired by this comment to try to learn what I’m missing. Cloudflare proxy Reverse Proxy Fail2ban Docker containers on their own networks
minus-squarexcutie@linux.communitylinkfedilinkEnglisharrow-up1·2 months agoTo add some points, that I do: Proper logging: So I could realize something unusual is going on rootless podman container: harder to escalate privileges and gain root Apparmor: same, plus it could trigger suspicious log entries
To add some points, that I do: