How seriously do you take the security of your self-hosted apps?
| Most self-hosting security advice is just about the basics - don't expose ports directly to the internet and use containers for basic isolation Beyond that what level of security do you actually enforce? Do you monitor what your apps are doing in the background, like tracking outbound network traffic or checking file access on the host? When updating, do you just let it auto-pull or read the release notes for breaking changes or inspect source code and dependencies before updating? [link] [comments] |