Read theme color from config file (#2365)

* read theme color from config file
* Update manual page
This commit is contained in:
cj
2022-03-09 15:24:13 -06:00
committed by GitHub
parent a05952829c
commit 7bd47c651c
5 changed files with 15 additions and 2 deletions

View File

@@ -120,6 +120,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. |
| `max_upload_size` | Maximum file upload size for import files. Defaults to 1GB. |
| `theme_color` | Sets the `theme-color` property in the UI. |
### Custom served folders