mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Developer option: extra blob paths (#4566)
* Allow additional read-only blob paths * Add developer option to add more blob sources * Add makefile targets to start and remove build container * Documentation
This commit is contained in:
@@ -147,6 +147,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 |
|
||||
|
||||
Reference in New Issue
Block a user