From 1f5cfb1e236f12bdab422cd276873699cfc72169 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Sun, 8 Jun 2025 16:28:37 +0300 Subject: [PATCH] Only show log in Local network (#14241) --- Jellyfin.Server/ServerSetupApp/index.mstemplate.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html index 747835b2a8..523f38d74a 100644 --- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html +++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html @@ -204,6 +204,7 @@ {{--| /DECLARE}} + {{#IF localNetworkRequest}}
    {{#FOREACH log IN logs.Reverse()}} @@ -211,6 +212,10 @@ {{/FOREACH}}
+ {{#ELSE}} +

Please visit this page from your local network to view detailed startup logs.

+ {{/ELSE}} + {{/IF}}