mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #7367] Environmental variable for setting cache filesystem location #30248
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rasmusson on GitHub (Nov 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7367
Feature Request
Is your feature request related to a problem? Please describe.
I use a persistent volume mounted as the data dir to make sure my chats are saved. Unfortunately this volume is becoming unnecessarily big as the cache folder is also in the data dir. I would like to be able to have this on a separate volume to avoid filling backups with cache data.
Describe the solution you'd like
I would like to move the cache dir out of the data dir. Im thinking that this could be done using a environmental variable to point to the location where the cache should be.