mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10051] Refactor URI overrides #12318
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10051
State: closed
Merged: Yes
Refactor how URI overrides are loaded and created. It should now respect
JELLYFIN_PublishedServerUrlagain.The override set via
JELLYFIN_PublishedServerUrlsupercedes any other override set via the UI or config file (and overrides them).Changes
GetAllBindInterfaces-> fixes Kestrel binding on startupJELLYFIN_PublishedServerUrlPublishedServerUriOverride0.0.0.0and::0are input without subnet maskIssues