Files
pgsql-jellyfin/Jellyfin.Server/startup.json.linux
T
wjones dec2e5ac08 Add platform-specific startup config files for Linux/Windows
Remove old startup config references and add startup.json.linux and startup.json.windows with default directory paths for each platform. These files are now copied to output and publish directories, and include documentation on override priority.
2026-02-28 17:53:57 -05:00

14 lines
517 B
Plaintext

{
"_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"
}
}