Add fornax.neuralplatform.ai to Cloudflare tunnel ingress rules

This commit is contained in:
Will Anderson
2026-04-14 04:43:25 +00:00
parent 4a0ebededf
commit d75d1b62d8
+9
View File
@@ -94,6 +94,15 @@ resource "cloudflare_tunnel_config" "legion" {
}
# fornax.neuralplatform.ai — Fornax torrent coordinator (qBittorrent API proxy)
ingress_rule {
hostname = "fornax.neuralplatform.ai"
service = "https://traefik.kube-system.svc:443"
origin_request {
no_tls_verify = true
}
}
# Catch-all — must be last
ingress_rule {
service = "http_status:404"