services.grafana.settings.server.root_url
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
- <nixpkgs/nixos/modules/services/monitoring/grafana.nix>