135b6a81b9
Added README section describing the web client directory (`wwwroot`) and its configuration options. No code logic changes; only environment and documentation updates.
14 lines
628 B
Markdown
14 lines
628 B
Markdown
# Web Client Directory
|
|
|
|
This directory is used to host the Jellyfin web client files.
|
|
|
|
Place your web client files (HTML, CSS, JavaScript, etc.) in this directory. The Jellyfin server will automatically detect and serve these files when the web client is enabled.
|
|
|
|
## Configuration
|
|
|
|
The server will automatically look for this `wwwroot` folder in the solution root directory. If not found, it will fall back to the default `jellyfin-web` folder in the application base directory.
|
|
|
|
You can also override the web directory location using:
|
|
- Command line option: `--webdir <path>`
|
|
- Environment variable: `JELLYFIN_WEB_DIR=<path>`
|