Skip to content

Commit

Permalink
Merge pull request #174 from freifunkMUC/grafana-url
Browse files Browse the repository at this point in the history
Configure external Grafana URL for alert links
  • Loading branch information
krombel authored Oct 14, 2024
2 parents 1602766 + 33c4d12 commit ea02bb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions grafana/grafana.ini.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ protocol = https
;http_port = 3000

# The public facing domain name used to access grafana from a browser
domain = {{ grains.id }}
domain = stats.ffmuc.net

# Redirect to correct domain if host header does not match domain
# Prevents DNS rebinding attacks
;enforce_domain = false

# The full public facing url you use in browser, used for redirects and emails
# If you use reverse proxy and sub path specify full url (with sub path)
;root_url = http://localhost:3000
root_url = %(protocol)s://%(domain)s/

# Log web requests
;router_logging = false
Expand Down Expand Up @@ -417,4 +417,3 @@ concurrent_render_request_limit = 30
rendering_ignore_https_errors = true
[feature_toggles]
autoMigrateOldPanels = true

0 comments on commit ea02bb2

Please sign in to comment.