aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/ServerSetupApp
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2025-06-08 16:28:37 +0300
committerGitHub <noreply@github.com>2025-06-08 07:28:37 -0600
commit1f5cfb1e236f12bdab422cd276873699cfc72169 (patch)
treeab582784624b53832cefdb66e10c6f4ffad14b8e /Jellyfin.Server/ServerSetupApp
parentc2cc27a8a9dc1555b6ccc5d24671ef3792a05589 (diff)
Only show log in Local network (#14241)
Diffstat (limited to 'Jellyfin.Server/ServerSetupApp')
-rw-r--r--Jellyfin.Server/ServerSetupApp/index.mstemplate.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
index 747835b2a..523f38d74 100644
--- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
+++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
@@ -204,6 +204,7 @@
</li>
{{--| /DECLARE}}
+ {{#IF localNetworkRequest}}
<div class="flex-col">
<ol class="action-list">
{{#FOREACH log IN logs.Reverse()}}
@@ -211,6 +212,10 @@
{{/FOREACH}}
</ol>
</div>
+ {{#ELSE}}
+ <p>Please visit this page from your local network to view detailed startup logs.</p>
+ {{/ELSE}}
+ {{/IF}}
</div>
</body>