MyNixOS website logo
option

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

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.

Declarations
Type
null or (list of string)
Default
null
Example
[
  "127.0.0.1"
]