How do I get the tls set up for Frigate #16301
-
I am not familiar with Linux and please guide me appropriately even if it sounds obvious to you. My setup runs Docker Desktop running on a Window machine. Ubuntu is the WSL OS. I am trying to configure TLS for frigate. Based on the documentation, it seems like I should be seeing "letsencrypt" with appropriate certs set up for Frigate. However, I am not seeing one. Should I be setting up letsencrypt manually or am I missing something? Below is how my configuration for docker compose.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Tls is enabled by default and is used when accessing Frigate on the 8971 port |
Beta Was this translation helpful? Give feedback.
You need to make sure your docker compose file maps port 8971 if you want to access Frigate securely.
See the official docs.