Sugget to Change Network Configuration Documentation Page slightly #16382
luckylinux
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Caddy Reverse Proxy in front of Frigate (I assume the same Issue would occur with Traefik Reverse Proxy).
If I disable TLS acconding to the Manual or even the Beta/RC Manual then Port 5000 stops working.
Config Section:
Environment Variables in
.env
File:Relevant part of Caddyfile:
I had to also use a Custom Network Configuration since I mainly rely on IPv6.
This is basically straight up from the Official Documentation:
I suggest to add port 5000 also in the non-TLS Enabled Section, since you are going to have a reverse Proxy either way:
Basically adding
In the
NON-TLS Enabled
Section 😃.It took me a while to understand why I could only connect on one Port and not the other in either Case using IPv6-Only Connections:
listen.gotmpl
for Port 5000 in the non-TLS Enabled Case AND IPv6 Stack)Beta Was this translation helpful? Give feedback.
All reactions