blakeblackshear / frigate-hass-addons

Frigate hass.io addons
MIT License
204 stars 118 forks source link

Add support for SSL upstream frigate servers in frigate_proxy. #126

Closed antonjs closed 7 months ago

antonjs commented 11 months ago

This might require some testing to see how it behaves if someone already using an HTTP server upgrades. It likely requires a configuration update to add http:// to the beginning of the server option.

This PR addresses #112.

If there are other changes or code style things that need to happen, let me know, I'm happy to take a look.

Quedale commented 10 months ago

Thanks antonjs, I was just starting to look for exactly that!

I need to look at how to build the add-on first, but I will try to test your change when I get a chance.

Quedale commented 10 months ago

Well that went smoothly. I forgot how easy it was to add a custom add-on.

I managed to successfully test your changes and everything works as expected. That's a :thumbsup: from me!

That effectively closes the loop on completely securing my environment. Thanks again!

OnFreund commented 7 months ago

Is there an ETA for a release with this PR?