aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
179 stars 8 forks source link

[Feature] SSL on Web Server #94

Open smarthome-enthusiast opened 3 months ago

smarthome-enthusiast commented 3 months ago

Is your feature request related to a problem? Please describe. I'm trying to have Checkrr displayed on HomeAssistant through an iFrame but I'm unable to load HTTP inside a HTTPS web server.

Describe the solution you'd like Would it be possible to support SSL? Maybe through the config under the webserver options, we could specify the certificate and key and enable SSL on the same port. i.e port 8585 is either served as HTTP or HTTPS.

Describe alternatives you've considered Disabling HTTPS on HomeAssistant but that would make it very insecure during external access.