mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[GH-ISSUE #798] Possible to use without a volume (connect to gcp or aws storage bucket instead or nosql document store) #9368
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 @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)