Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.69k stars 196 forks source link

[Feature Request] SSL/TLS support for WebUI #985

Open smarthome-enthusiast opened 1 week ago

smarthome-enthusiast commented 1 week ago

What feature should be added to Suwayomi?

An option to select/define path for the SSL/TLS certificate and key under the server settings

Why/Project's Benefit/Existing Problem

I'm trying to have the web UI displayed on HomeAssistant through an iFrame but I'm unable to load HTTP inside a HTTPS web server. The only workaround would be to disable HTTPS on HomeAssistant but that would make it very insecure during remote access.

Robonau commented 6 days ago

right now you have two options:

  1. use a reverse proxy (nginx, traefik etc) and have that deal with ssl its pretty easy to setup automatic ssl certs in most reverse proxies with lets encrypt
  2. in site settings (when you access HomeAssistant in the browser) "insecure content allow" image will allow http content on a https site