jellyfin / jellyfin-server-windows

The Windows tray app and installer for Jellyfin Server on Windows.
https://jellyfin.org
MIT License
80 stars 27 forks source link

Move port check to network.xml #64

Closed anthonylavado closed 2 years ago

anthonylavado commented 2 years ago

Moves the port check to the network XML file, and also checks for HTTPS if needed.

If Enable HTTPS is true, then it also gets the baseURL, if configured. I assume people would have a desired hostname for their certificate at this point.

Removed the HTTPS check for now, until it can be done correctly.

Fixes #63.