correct Unhandled exception. System.IO.FileNotFoundException: Could not find file '/opt/jellyfin/ServerSetupApp/index.mstemplate.html'.

This commit is contained in:
2026-07-08 13:28:06 -04:00
parent 72081ca13d
commit aca106bfe9
2448 changed files with 72988 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"_comment": "Jellyfin Startup Configuration - Windows defaults - using C:/ProgramData/jellyfin",
"_note": "These paths will be used unless overridden by environment variables or command-line arguments",
"_priority": "Command-line args > Environment variables > This file > Built-in defaults",
"Paths": {
"DataDir": "C:/ProgramData/jellyfin/data",
"ConfigDir": "C:/ProgramData/jellyfin/config",
"CacheDir": "C:/ProgramData/jellyfin/cache",
"LogDir": "C:/ProgramData/jellyfin/log",
"TempDir": "C:/ProgramData/Temp/jellyfin",
"WebDir": "wwwroot"
}
}