34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
# Teach the skill how to map running containers to their documented names
|
|
# This resolves false positives for services running behind a single proxy container.
|
|
service_aliases:
|
|
nicotine: gluetun
|
|
torrent: gluetun
|
|
paperless-db: paperless-ngx
|
|
paperless-broker: paperless-ngx
|
|
guac-postgresql: guacamole
|
|
gitea-db-1: gitea
|
|
npm-sync: nginx-proxy-manager
|
|
homelable-mcp: homelable
|
|
homelable-backend: homelable
|
|
homelable-frontend: homelable
|
|
|
|
# Teach the skill how to map container names to their visual canvas labels
|
|
# This resolves false positives for services with user-friendly canvas names.
|
|
canvas_aliases:
|
|
docs-public: hugo (public)
|
|
docs-private: hugo (private)
|
|
|
|
# A simple list of containers to ALWAYS ignore during the audit.
|
|
# This is for transient, dev, or intentionally undocumented containers.
|
|
ignore_containers:
|
|
- openai
|
|
- slopsmith-web
|
|
- pihole-dns-shim # Managed by pihole LXC, not documented as a separate service.
|
|
- immich_machine_learning # Sub-service of Immich
|
|
- immich_postgres # Sub-service of Immich
|
|
- immich_redis # Sub-service of Immich
|
|
- guac-postgresql # Sub-service of Guacamole
|
|
- nginx-proxy-manager # Infrastructure, not a user-facing service
|
|
- npm-sync # Sub-service of Nginx Proxy Manager
|
|
- cloudflare-ddns # Infrastructure, not a user-facing service
|