mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #12880] [MERGED] Added Setup overlay app to communicate status of startup #13226
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#13226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12880
Author: @JPVenson
Created: 10/26/2024
Status: ✅ Merged
Merged: 3/23/2025
Merged by: @joshuaboniface
Base:
master← Head:feature/10.10/DetachedMigration📝 Commits (9)
1e7acecAdded Setup overlay app to communicate status of startupcd81a69Reverted change to network managerebabaacremoved dbg timeoutdc029d5removed double dispose41c27d4ATV requested endpoint mocka05b3beFixed nullability on startupService7735aafrenaming of jfHost963f235simplified logfile path8c0b0d9Merge remote-tracking branch 'jellyfinorigin/master' into feature/10.10/DetachedMigration📊 Changes
2 files changed (+195 additions, -12 deletions)
View changed files
📝
Jellyfin.Server/Program.cs(+23 -12)➕
Jellyfin.Server/ServerSetupApp/SetupServer.cs(+172 -0)📄 Description
Adds a temporary aspcore pipeline to ensure the server will respond to requests even while a migration or a long running setup is still in progress.
The temp service will be stopped and removed as soon as the application server is ready to be started.
This fixes the issue of long running migrations triggering a watchdog and stopping the server externally.
Provides an local network only accessable alternative endpoint to obtain the current logfile to debug and progress.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.