Files
pgsql-jellyfin/wwwroot/README.md
wjones 135b6a81b9 Update NuGet paths and add web client directory docs
Added README section describing the web client directory (`wwwroot`) and its configuration options. No code logic changes; only environment and documentation updates.
2026-02-24 12:21:55 -05:00

628 B

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>