Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/4747edd635d639027e08fcaa8116e221692268dc
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
7 additions and
2 deletions
@ -24,5 +24,8 @@
"hostRequirements" : {
"memory" : "8gb" ,
"cpus" : 4
}
} ,
"mounts" : [
"source=/opt/docker/data/jellyfin/config10.9.11/metadata/,target=/workspaces/jellyfin/TestData/metadata,type=bind,consistency=cached"
]
}
@ -20,6 +20,8 @@ local.properties
.settings/
.loadpath
TestData
# External tool builders
.externalToolBuilders/
@ -35,7 +35,7 @@
"request" : "launch" ,
"preLaunchTask" : "build" ,
"program" : "${workspaceFolder}/Jellyfin.Server/bin/Debug/net8.0/jellyfin.dll" ,
"args" : [ "--nowebclient" , "--ffmpeg" , "/usr/lib/jellyfin-ffmpeg/ffmpeg" ],
"args" : [ "--nowebclient" , "--ffmpeg" , "/usr/lib/jellyfin-ffmpeg/ffmpeg" , "--datadir" , "/workspaces/jellyfin/TestData" ],
"cwd" : "${workspaceFolder}/Jellyfin.Server" ,
"console" : "internalConsole" ,
"stopAtEntry" : false ,