Round 10: Add Traefik routing to monitoring services
- Added Traefik labels and routing to prometheus, grafana, loki, cadvisor - Fixed Grafana ROOT_URL to use domain-based URL (https://grafana.${DOMAIN}) - Added uptime-kuma bypass rule in Authelia (needs initial setup) - Updated all services to use traefik-network - Synced domain from kelin-hass to kelin-casa across all configs - Fixed missing tls=true label on uptime-kuma - Note: Loki is API-only service (no web UI, accessed via Grafana)
This commit is contained in:
@@ -60,8 +60,8 @@ access_control:
|
||||
session:
|
||||
name: authelia_session
|
||||
secret: ${AUTHELIA_SESSION_SECRET}
|
||||
expiration: 1h
|
||||
inactivity: 5m
|
||||
expiration: 24h # Session expires after 24 hours
|
||||
inactivity: 24h # Session expires after 24 hours of inactivity
|
||||
remember_me_duration: 1M
|
||||
domain: your-domain.duckdns.org
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
href: https://qbit.{{HOMEPAGE_VAR_DOMAIN}}
|
||||
description: Torrent Client
|
||||
|
||||
- Media Extended Stack (media-extended.yml):
|
||||
- Media Management Stack (media-management.yml):
|
||||
- Readarr:
|
||||
icon: readarr.png
|
||||
href: https://readarr.{{HOMEPAGE_VAR_DOMAIN}}
|
||||
|
||||
Reference in New Issue
Block a user