commit changes to project file

This commit is contained in:
2026-07-08 13:13:46 -04:00
parent 9c9ad0f88e
commit 72081ca13d
4773 changed files with 72755 additions and 21 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"_comment": "Jellyfin Startup Configuration - Linux defaults - using /var/lib/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": "/var/lib/jellyfin/data",
"ConfigDir": "/etc/jellyfin",
"CacheDir": "/var/cache/jellyfin",
"LogDir": "/var/log/jellyfin",
"TempDir": "/tmp/jellyfin",
"WebDir": "wwwroot"
}
}