mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #798] Possible to use without a volume (connect to gcp or aws storage bucket instead or nosql document store) #555
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#555
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @dslovin on GitHub (Jan 3, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/798
Subject of the issue
Want to use without a local storage volume. Either use a Document DB or cloud storage bucket
Steps to reproduce
Expected behaviour
Actual behaviour
Relevant logs
@mprasil commented on GitHub (Jan 3, 2020):
That is not supported. We use diesel as DB backend and that one does not support Document DB. You can use either hosted MySQL or PostgreSQL although I understand these wouldn't be as cheap to run.
There's pretty cool serverless implementation of bitwarden API although from my understanding much more limited, but maybe that would be good enough for you?
@dslovin commented on GitHub (Jan 4, 2020):
Thanks, I’ll check it out. I really liked your implementation. Hopefully you consider serverless in the future :)
@mprasil commented on GitHub (Jan 14, 2020):
I think we can close this as the question was answered and AFAIK it's not going to happen anytime soon. (It would require support in Diesel or major code change to support any of the other DBs)