[PR #13913] [MERGED] Add port awareness to startup server #13769

Closed
opened 2026-02-07 07:18:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13913
Author: @JPVenson
Created: 4/13/2025
Status: Merged
Merged: 4/19/2025
Merged by: @crobibero

Base: masterHead: bugfix/SetupUIPortBinding


📝 Commits (4)

  • a3a016e Add port awareness to startup server
  • 33b13ff Add filtering for selected and used NICs
  • fd6b039 Use internal http port to bind setup api
  • 2396146 Add proper content type for SetupServer

📊 Changes

4 files changed (+304 additions, -167 deletions)

View changed files

📝 Jellyfin.Server/Extensions/WebHostBuilderExtensions.cs (+81 -35)
📝 Jellyfin.Server/Program.cs (+8 -8)
📝 Jellyfin.Server/ServerSetupApp/SetupServer.cs (+61 -13)
📝 src/Jellyfin.Networking/Manager/NetworkManager.cs (+154 -111)

📄 Description

  • Adds loading of network settings to setup Service

Note:
https and custom certificates are currently not supported


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13913 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/19/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bugfix/SetupUIPortBinding` --- ### 📝 Commits (4) - [`a3a016e`](https://github.com/jellyfin/jellyfin/commit/a3a016e6b99b8483a70ef03e807a622d8d6b3de2) Add port awareness to startup server - [`33b13ff`](https://github.com/jellyfin/jellyfin/commit/33b13fff069ff7c2467456ce3bb9a1440fbf8783) Add filtering for selected and used NICs - [`fd6b039`](https://github.com/jellyfin/jellyfin/commit/fd6b039953bbc11e2cb316b03e5828ae7adb4949) Use internal http port to bind setup api - [`2396146`](https://github.com/jellyfin/jellyfin/commit/239614655451c49c21feb65760034dadbe10f1d4) Add proper content type for SetupServer ### 📊 Changes **4 files changed** (+304 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Extensions/WebHostBuilderExtensions.cs` (+81 -35) 📝 `Jellyfin.Server/Program.cs` (+8 -8) 📝 `Jellyfin.Server/ServerSetupApp/SetupServer.cs` (+61 -13) 📝 `src/Jellyfin.Networking/Manager/NetworkManager.cs` (+154 -111) </details> ### 📄 Description - Adds loading of network settings to setup Service Note: https and custom certificates are currently not supported --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:18:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13769