This project is a configuration repository and does not follow semantic versioning.
| Version | Supported |
|---|---|
| main | ✅ |
We take security seriously. If you discover a security vulnerability, please follow these guidelines:
- Do not open a public issue on GitHub.
- Report security vulnerabilities by emailing the maintainer at security@ericslutz.dev.
- Include as much information as possible:
- A description of the vulnerability
- Steps to reproduce the issue
- Possible impact of the vulnerability
- Any suggested fixes (if you have them)
We will make every effort to acknowledge your report promptly.
When deploying this stack:
- VPN Enforcement: Ensure download client traffic is strictly routed through the VPN to prevent IP leaks.
- Network Isolation: Deploy these services in a dedicated network segment isolated from other local networks.
- Authentication: Enable authentication on all web interfaces even inside the LAN.
- Secrets Management: Use
.envfiles for API keys and passwords; never commit them to the repository. - Regular Updates: Keep Docker images updated to receive upstream security patches from service maintainers.