Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
Added data, cache, and web directories.
  • Loading branch information
JQuilty authored Oct 10, 2023
1 parent b235602 commit 2b8a931
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/general/administration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ This is the directory that will hold all Jellyfin data and is also used as a def
4. `$XDG_DATA_HOME/jellyfin`, if `$XDG_DATA_HOME` exists
5. `$HOME/.local/share/jellyfin`

Specific system locations include:

- Arch/EndeavourOS/Manjaro: `/var/lib/jellyfin/data`
- Debian/Mint/Ubuntu: `/var/lib/jellyfin/data`
- Fedora/RHEL/Rocky/Alma/Oracle: `/var/lib/jellyfin/data`
- Flatpak: `~/.var/app/org.jellyfin.JellyfinServer/data/jellyfin/data`
- Gentoo: `/var/lib/jellyfin/data`
- Windows: `C:\ProgramData\Jellyfin\Server\data`

### Configuration Directory

This is the directory containing the server configuration files. It is set from the following sources in order of decreasing precedence.
Expand Down Expand Up @@ -60,6 +69,14 @@ This is the directory containing the server cache. It is set from the following
4. `$XDG_CACHE_HOME/jellyfin` if `$XDG_CACHE_HOME` exists
5. `$HOME/.cache/jellyfin`

Specific system locations include:

- Arch/EndeavourOS/Manjaro: `/var/cache/jellyfin`
- Debian/Mint/Ubuntu: `/var/cache/jellyfin`
- Fedora/RHEL/Rocky/Alma/Oracle: `/var/cache/jellyfin`
- Flatpak: `~/.var/app/org.jellyfin.JellyfinServer/cache`
- Gentoo: `/var/cache/jellyfin`
- Windows `C:\ProgramData\Jellyfin\Server\cache`

### Web Directory

Expand All @@ -69,12 +86,21 @@ This is the directory containing the built files from a [web client](https://git
2. Environment variable `$JELLYFIN_WEB_DIR`, if specified
3. `<Binary Directory>/jellyfin-web`, where `<Binary Directory>` is the directory containing the Jellyfin executable


Check failure on line 89 in docs/general/administration/configuration.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

Multiple consecutive blank lines [Expected: 1; Actual: 2]
:::note

This setting is only used when the server is configured to host the web client. See the `hostwebclient` option in the [Main Configuration Options](#main-configuration-options) section below for additional details.

:::

Specific system locations include:

- Arch/EndeavourOS/Manjaro: `/usr/share/jellyfin/web`
- Debian/Mint/Ubuntu: `/usr/share/jellyfin/web`
- Fedora/RHEL/Rocky/Alma/Oracle: `/usr/share/jellyfin-web`
- Gentoo: `/opt/jellyfin/jellyfin-web`
- Windows `C:\Program Files\Jellyfin\Server\jellyfin-web`

### Log Directory

This is the directory where the Jellyfin logs will be stored. It is set from the following sources in order of decreasing precedence.
Expand Down

0 comments on commit 2b8a931

Please sign in to comment.