bonukai / MediaTracker

Self hosted media tracker for movies, tv shows, video games, books and audiobooks
MIT License
536 stars 23 forks source link

HTTPS support #560

Open NerdySouth opened 7 months ago

NerdySouth commented 7 months ago

Loving the app. I was digging around looking for how to enable HTTPS, but came up empty handed. It would be super nice to be able to provide a cert and key file for the app to use in docker for HTTPS. Pretty much all my services use HTTPS, so it would be super nice to have this one in line. I would be happy to begin working on this personally if I can get a few pointers for where to start digging into the codebase (relevant directories/files for the connection setup). Overall great project!

IgnisDa commented 7 months ago

Won't it be easier to plop a reverse proxy in front and enable HTTPs on that level?