Cloudflare Tunnel + HAOS + Frigate funktioniert nicht

Funktioniert das mit Cloudflare Tunnel eigentlich ohne Port-Freigaben?
Ich kriege es nicht hin, dass zuverlässig von Außen bzw. außerhalb des Heimnetzwerks meine Livestreams von den Kameras in HAOS zu sehen sind.

Frigate läuft im separaten LXC-Container in Proxmox.
HAOS läuft in separater VM in Proxmox.

Frigate-Config:

  webrtc:
    candidates:
      - 192.168.178.xxx:8555 (LXC-Container IP von Frigate)
      - stun:8555
      - stun.l.google.com:19302
      - subdomain.domain.com

HAOS-Config:

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
# Paths to your Cert Files
#  ssl_certificate: /ssl/fullchain.pem
#  ssl_key: /ssl/privkey.pem
  cors_allowed_origins:
      - https://google.com
      - https://www.home-assistant.io
  ip_ban_enabled: true
  login_attempts_threshold: 50
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
# Cloudflare
    - 173.245.48.0/20
    - 103.21.244.0/22
    - 103.22.200.0/22
    - 103.31.4.0/22
    - 141.101.64.0/18
    - 108.162.192.0/18
    - 190.93.240.0/20
    - 188.114.96.0/20
    - 197.234.240.0/22
    - 198.41.128.0/17
    - 162.158.0.0/15
    - 104.16.0.0/13
    - 104.24.0.0/14
    - 172.64.0.0/13
    - 131.0.72.0/22

Edit: Hat sich erledigt. Cloudflare ist sowieso ungeeignet weil mit webrtc nicht klarkommt.