Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 105598

Alternative to DuckDNS - which is best? HAOS+Frigate

$
0
0

For a long time I used DuckDNS with nginx addon to access HAOS from outside my home network.

Then I wanted to try Cloudflare Zerotrust Tunnel, but it doesn’t work with go2rtc, which I only realized after days of testing.

What is the best alternative to DuckDNS-nginx method?

Runs on Proxmox, both services installed via Proxmox helper script:

  • HAOS runs separately in VM
  • Frigate runs in a separate LXC container
  • I have a Namecheap domain that runs on Cloudflare.

Relevant Frigate-Config:

  webrtc:
    candidates:
      - 192.168.178.xxx:8555 (LXC-Container IP of 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

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 105598

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>