From 47a946e4bfbb1f70fd062c236c1a15fae4420c7c Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Wed, 6 Mar 2024 06:00:42 +0200 Subject: [PATCH] Developer option: extra blob paths (#72) --- in-app-manual/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/in-app-manual/configuration.md b/in-app-manual/configuration.md index 4c2ebcc4..8409bfb0 100644 --- a/in-app-manual/configuration.md +++ b/in-app-manual/configuration.md @@ -161,6 +161,7 @@ These options are typically not exposed in the UI and must be changed manually i |-------|---------| | `custom_served_folders` | A map of URLs to file system folders. See below. | | `custom_ui_location` | The file system folder where the UI files will be served from, instead of using the embedded UI. Empty to disable. Stash must be restarted to take effect. | +| `developer_options.extra_blob_paths` | A list of alternative blob paths. These paths will be read for blob files. Blobs will not be written or deleted from these paths. Intended for developer use only. | | `max_upload_size` | Maximum file upload size for import files. Defaults to 1GB. | | `theme_color` | Sets the `theme-color` property in the UI. | | `gallery_cover_regex` | The regex responsible for selecting images as gallery covers |