refactored templates

This commit is contained in:
2026-02-21 23:09:22 +01:00
parent 44b8e90448
commit 076293f80d
14 changed files with 694 additions and 699 deletions

View File

@@ -69,8 +69,9 @@ services:
- ./grafana/provisioning:/etc/grafana/provisioning
environment:
- GF_USERS_ALLOW_SIGN_UP=false
# Only allow access from localhost/reverse proxy
- GF_SERVER_ROOT_URL=https://tutor.cato447.de/dashboard
- GF_SERVER_ROOT_URL=https://tutor.cato447.de/dashboard/
- GF_SERVER_SERVE_FROM_SUB_PATH=true
- GF_SECURITY_ALLOW_EMBEDDING=true
depends_on:
- prometheus
- db