OVHserver/opt/00-infrastructure/loki
SamoilenkoVadym 5005a4980a fix: secure Loki, Blackbox, and Portainer with localhost binding and Traefik+Authentik
- Bind Loki to 127.0.0.1:3100 instead of 0.0.0.0:3100 to prevent external access
- Add Traefik labels for secure HTTPS access with Authentik authentication
- Bind Blackbox Exporter to 127.0.0.1:9115 instead of 0.0.0.0:9115
- Add Traefik labels for secure monitoring dashboard access
- Enable Authentik middleware for Portainer (was disabled temporarily)
- Services are now only accessible through Traefik reverse proxy with HTTPS and SSO

Fixes critical security issues:
- Prevents direct access to monitoring services (CVSS 9.8-9.1)
- Eliminates log file exposure through public Loki port
- Restricts infrastructure reconnaissance via Blackbox exporter
- Enforces authentication for critical management tools

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 20:09:48 +00:00
..
docker-compose.yml fix: secure Loki, Blackbox, and Portainer with localhost binding and Traefik+Authentik 2025-11-29 20:09:48 +00:00
loki-config.yaml fix: Loki reject_old_samples_max_age настройка для устранения ошибок Promtail 2025-11-07 14:52:02 +00:00
promtail-config.yaml chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00