services.nextcloud-spreed-signaling.settings.stats.allowed_ips

NixOS option

List of IP addresses that are allowed to access the debug, stats and metrics endpoints. Leave empty or null to only allow access from localhost.

type: null or (list of string)
Default
null
Example
[
  "127.0.0.1"
]
declared in: nixos/modules/services/networking/nextcloud-spreed-signaling.nixView source on NixOS/nixpkgs →