49 lines
861 B
JSON
49 lines
861 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",
|
|
"100.80.98.33:8082:80"
|
|
],
|
|
"gitea": [
|
|
"222:22"
|
|
],
|
|
"monitoring-influxdb3-core": [
|
|
"${INFLUXDB_BIND_IP:-127.0.0.1}:8181:8181"
|
|
],
|
|
"traefik": [
|
|
"80:80",
|
|
"443:443"
|
|
]
|
|
},
|
|
"allowed_root_identities": [
|
|
"monitoring-influxdb3-core"
|
|
],
|
|
"allowed_mutable_tag_identities": [
|
|
"ddns-updater",
|
|
"glances",
|
|
"scrutiny"
|
|
],
|
|
"allowed_privileged_identities": [
|
|
"scrutiny"
|
|
],
|
|
"allowed_host_network_identities": [
|
|
"plex",
|
|
"tailscale",
|
|
"Tailscale-Docker"
|
|
]
|
|
}
|