Add manual repo policy checks

Add manual repo policy checks
This commit is contained in:
2026-05-06 19:36:01 +02:00
parent 0aa8138bdd
commit 7c50e69b44
4 changed files with 531 additions and 0 deletions
+43
View File
@@ -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"
]
}