Files
homelab-infra/ops/policy-checks/exceptions.json
T

47 lines
827 B
JSON

{
"middleware_exempt_identities": [
"authelia",
"gitea",
"immich-server",
"immich_server",
"komodo-core",
"mealie",
"nextcloud",
"ntfy",
"paperless",
"paperless-ngx",
"vaultwarden"
],
"allowed_host_port_identities": {
"adguard": [
"53:53/tcp",
"53:53/udp",
"8082:80"
],
"gitea": [
"222:22"
],
"influxdb3-core": [
"${INFLUXDB_BIND_IP:-127.0.0.1}:8181:8181"
],
"monitoring-influxdb3-core": [
"${INFLUXDB_BIND_IP:-127.0.0.1}:8181:8181"
],
"traefik": [
"80:80",
"443:443"
]
},
"allowed_root_identities": [
"grafana",
"influxdb3-core"
],
"allowed_privileged_identities": [
"scrutiny"
],
"allowed_host_network_identities": [
"tailscale",
"Tailscale-Docker"
]
}