[PR #14098] [CLOSED] Add enhanced Startup UI #13840

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14098
Author: @JPVenson
Created: 5/12/2025
Status: Closed

Base: masterHead: feature/ExtendedStartupUi


📝 Commits (9)

📊 Changes

6 files changed (+321 additions, -11 deletions)

View changed files

📝 Directory.Packages.props (+1 -0)
📝 Jellyfin.Server/Helpers/StartupHelpers.cs (+5 -1)
📝 Jellyfin.Server/Jellyfin.Server.csproj (+4 -0)
📝 Jellyfin.Server/Program.cs (+9 -1)
📝 Jellyfin.Server/ServerSetupApp/SetupServer.cs (+166 -9)
Jellyfin.Server/ServerSetupApp/index.html.mstemplate (+136 -0)

📄 Description

  • Keep startup server alive after server crash
  • Add more user friendly UI for startup process

This should only considered an MVP PR, the full feature version is PRed as #14105 consider merging that instead


🔄 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/14098 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 5/12/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/ExtendedStartupUi` --- ### 📝 Commits (9) - [`975673b`](https://github.com/jellyfin/jellyfin/commit/975673b3a0ffbb470e7401031bf4adf310b9372c) Add enhanced Startup UI - [`6e77ffd`](https://github.com/jellyfin/jellyfin/commit/6e77ffd1c0103aad8d06dac2df4dca9e26ae9b6e) Add hint for healthcheck on crash - [`c35f66b`](https://github.com/jellyfin/jellyfin/commit/c35f66b1ff68b347030bb9cc778b0deda50bef8c) Use package in prod build too - [`2a9c81a`](https://github.com/jellyfin/jellyfin/commit/2a9c81abe889fce518d6a08a491ffa60ffb5403a) remove 🗿 - [`698f6ed`](https://github.com/jellyfin/jellyfin/commit/698f6ed6a599267373446246d41181f6997970bb) remove css comments - [`3f96cdd`](https://github.com/jellyfin/jellyfin/commit/3f96cddd23a4f2bc3280270828d40beb49bff601) use svg instead of gh link - [`f5abc40`](https://github.com/jellyfin/jellyfin/commit/f5abc40efe94316952a020d054e774ab57b995e8) Apply suggestions from code review - [`86511b4`](https://github.com/jellyfin/jellyfin/commit/86511b4a8a1d0fb93e71347b7c69abc250afcf3a) Fix using - [`616d0db`](https://github.com/jellyfin/jellyfin/commit/616d0db95185e15eca58b87766a3f3b23c31dc58) Template retry value ### 📊 Changes **6 files changed** (+321 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Packages.props` (+1 -0) 📝 `Jellyfin.Server/Helpers/StartupHelpers.cs` (+5 -1) 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+4 -0) 📝 `Jellyfin.Server/Program.cs` (+9 -1) 📝 `Jellyfin.Server/ServerSetupApp/SetupServer.cs` (+166 -9) ➕ `Jellyfin.Server/ServerSetupApp/index.html.mstemplate` (+136 -0) </details> ### 📄 Description - Keep startup server alive after server crash - Add more user friendly UI for startup process This should only considered an MVP PR, the full feature version is PRed as #14105 consider merging that instead --- <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:20:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13840