Commit Graph

3 Commits

Author SHA1 Message Date
BeauTroll
b2104f26fa Add comprehensive documentation for Uptime Kuma deployment
- Create detailed README with installation, configuration, and maintenance guides
- Document security features and best practices
- Add troubleshooting section for common issues
- Include backup/restore procedures and upgrade instructions
- Enhance .env.example with detailed comments and examples

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-22 19:48:10 +01:00
BeauTroll
fe981e05bc Harden Uptime Kuma Docker configuration with security best practices
- Switch to rootless image (2.0.2-rootless) for non-root execution
- Add security hardening: no-new-privileges and drop all capabilities
- Fix router name bug (traefik-dashboardraefik-dashboard → uptime-kuma)
- Add security headers middleware (XSS, frame options, content-type)
- Implement healthcheck for container monitoring
- Configure log rotation (10M max, 3 files)
- Set resource limits (512M RAM, 0.5 CPU)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-22 19:45:09 +01:00
theo
8c7e99fa64 initial commit 2025-12-22 19:29:23 +01:00