services.grafana-to-ntfy.settings.bauthUser

NixOS option

The user for Basic Auth on incoming webhook requests from Grafana or Alertmanager. When set together with bauthPass, incoming requests require Basic Auth. When both are null, the endpoint is open (unauthenticated).

type: null or string
Default
null
Example
"admin"
declared in: nixos/modules/services/monitoring/grafana-to-ntfy.nixView source on NixOS/nixpkgs →