services.grafana.settings.server.root_url

NixOS option

This is the full URL used to access Grafana from a web browser. This is important if you use Google or GitHub OAuth authentication (for the callback URL to be correct). This setting is also important if you have a reverse proxy in front of Grafana that exposes it through a subpath. In that case add the subpath to the end of this URL setting.

type: string
Default
"%(protocol)s://%(domain)s:%(http_port)s/"
declared in: nixos/modules/services/monitoring/grafana.nixView source on NixOS/nixpkgs →