Originally created by @dslovin on GitHub (Jan 3, 2020).
Subject of the issue
Want to use without a local storage volume. Either use a Document DB or cloud storage bucket
Install method: docker
Clients used: all
Reverse proxy and version: all
Version of mysql/postgresql: all
Other relevant information:
Steps to reproduce
Expected behaviour
Actual behaviour
Relevant logs
Originally created by @dslovin on GitHub (Jan 3, 2020).
### Subject of the issue
Want to use without a local storage volume. Either use a Document DB or cloud storage bucket
* Install method: docker
* Clients used: all <!-- if applicable -->
* Reverse proxy and version: all<!-- if applicable -->
* Version of mysql/postgresql: all <!-- if applicable -->
* Other relevant information:
### Steps to reproduce
<!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults)
and how did you start bitwarden_rs? -->
### Expected behaviour
<!-- Tell us what should happen -->
### Actual behaviour
<!-- Tell us what happens instead -->
### Relevant logs
<!-- Share some logfiles, screenshots or output of relevant programs with us. -->
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.
@mprasil commented on GitHub (Jan 3, 2020):
That is not supported. We use [diesel](https://diesel.rs/) 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](https://github.com/vvondra/bitwarden-serverless) although from my understanding much more limited, but maybe that would be good enough for you?
Thanks, I’ll check it out. I really liked your implementation. Hopefully you consider serverless in the future :)
@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 :)
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)
@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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @dslovin on GitHub (Jan 3, 2020).
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)