Replies: 2 comments
-
|
sorry, just found https://github.com/dani-garcia/vaultwarden/wiki/Changing-persistent-data-location. How to delete a discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I sugges to leave it here, since other people may have the same question and then can few yours :). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For security and management reasons i separate static(read-only) configuration data, working data and temp files.
The vaultwarden /data directory contains files of all three categories. This complicates mounting them to separate volumes.
Being able to set different directories for icon_cache, sqlite and rsa_key via environment variables or the config.json would solve my issue.
Beta Was this translation helpful? Give feedback.
All reactions