5bdb7d53c3
- Added Linux/Windows startup config templates and README - Updated default paths to FHS-compliant locations - Improved publish profiles for platform targeting - Enhanced Postgres migration: auto-recover on 42P07 errors - Added RecordMigrationAsAppliedAsync for manual migration history - Improved migration logging and error handling - Added detailed documentation for config and migration fixes
15 lines
573 B
JSON
15 lines
573 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/jellyfin-startup",
|
|
"// Comment": "Windows-specific startup configuration for Jellyfin Server",
|
|
"// Instructions": "Copy this file to 'startup.json' in the Jellyfin directory",
|
|
"// Documentation": "These paths are optimized for Windows installations",
|
|
"Paths": {
|
|
"DataDir": "C:/ProgramData/jellyfin",
|
|
"ConfigDir": "C:/ProgramData/jellyfin",
|
|
"CacheDir": "C:/ProgramData/jellyfin",
|
|
"LogDir": "C:/ProgramData/jellyfin",
|
|
"TempDir": "C:/ProgramData/jellyfin",
|
|
"WebDir": "C:/ProgramData/jellyfin"
|
|
}
|
|
}
|