diff --git a/content/en/docs/usage/configuration/options.md b/content/en/docs/usage/configuration/options.md index eff1206d..2c030540 100644 --- a/content/en/docs/usage/configuration/options.md +++ b/content/en/docs/usage/configuration/options.md @@ -174,6 +174,7 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti | DiscArtPriority[\*][disccoverart] | `ND_DISCARTPRIORITY` | Configure the priority order for disc-level cover art sources in multi-disc albums. Uses the same pattern format as `CoverArtPriority`. The special keyword `discsubtitle` matches image files whose filenames equal the disc's subtitle | `"disc*.*, cd*.*, cover.*, folder.*, front.*, discsubtitle, embedded"` | | EnableArtworkPrecache | `ND_ENABLEARTWORKPRECACHE` | Enable image pre-caching of new added music | `true` | | EnableArtworkUpload | `ND_ENABLEARTWORKUPLOAD` | Enable artwork upload functionality for playlists, artists, and internet radios via the web UI. Accepted formats: JPEG, PNG, WebP, GIF (max 10 MB). When disabled, only admins can upload artwork | `true` | +| MaxImageUploadSize | `ND_MAXIMAGEUPLOADSIZE` | Maximum allowed image upload size in for artwork uploads | `10MB` | | EnableCoverAnimation | `ND_ENABLECOVERANIMATION` | Controls whether the player in the UI will animate the album cover (rotation) | `true` | | EnableDownloads | `ND_ENABLEDOWNLOADS` | Enable the option in the UI to download music/albums/artists/playlists from the server | `true` | | EnableExternalServices | `ND_ENABLEEXTERNALSERVICES` | Set this to `false` to completely disable ALL external integrations, including the [anonymous data collection][insights] and the nice login background images | `true` |