What steps do you take to secure your server and your selfhosted services?
What steps do you take to secure your server and your selfhosted services?
Inspired by this comment to try to learn what I'm missing.
- Cloudflare proxy
- Reverse Proxy
- Fail2ban
- Docker containers on their own networks
Another concern I have is does it need to be on a separate machine on a vlan from the rest of the network or is that too much?
You're viewing a single thread.
All comments
55
comments
To 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
4 0 Reply
55
comments
Scroll to top