Add manual repo policy checks
Add manual repo policy checks
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"traefik": [
|
||||
"80:80",
|
||||
"443:443"
|
||||
]
|
||||
},
|
||||
"allowed_root_identities": [
|
||||
"grafana",
|
||||
"influxdb3-core"
|
||||
],
|
||||
"allowed_privileged_identities": [
|
||||
"scrutiny"
|
||||
],
|
||||
"allowed_host_network_identities": [
|
||||
"tailscale",
|
||||
"Tailscale-Docker"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user