bitwarden-go icon indicating copy to clipboard operation
bitwarden-go copied to clipboard

Do you think about to implement the group feature ?

Open Nous1699 opened this issue 6 years ago • 9 comments

Hello, just a quick question. Do you think about implement the group feature ?

Would be awesome. So far your work is amazing.

Nous1699 avatar Jan 28 '18 12:01 Nous1699

I might, right now 2fa has priority

Thanks

VictorNine avatar Jan 28 '18 13:01 VictorNine

Great! Thank you. Just another quick question. Can you write a readme how to set the server up ? Everything is working so far great except the web vault. What is the exact address ? Thanks

Nous1699 avatar Jan 28 '18 21:01 Nous1699

First you set up the vault https://github.com/bitwarden/web and get an address like localhost:8080

Then you can use this project as a proxy to avoid cros issues. Simply using ./bitwarden-go -vaultURL http://localhost:8080

The vault is now available at http://localhost:8000

VictorNine avatar Jan 30 '18 10:01 VictorNine

Ok, so far I have done everything. My problem is, I dont realy know how to configure settings.json of bitwarden web vault. Thank you for your effort!

Odysseus16 avatar Jan 31 '18 18:01 Odysseus16

When I try to login to the web vault I get this message: "Errors have occurred. An unexpected error has occurred.". I get as web vault adress: localhost:4001 and then i use the proxy with ./bitwarden-go -vaultURL http://localhost:4001. In the settings.json I have as apiUri localhost:8000. That is the adress of your bitwarden-go server.

Odysseus16 avatar Jan 31 '18 18:01 Odysseus16

Looks like the same as in https://github.com/VictorNine/bitwarden-go/issues/12

VictorNine avatar Feb 01 '18 17:02 VictorNine

Thank you for your great support, I will try it later!

Odysseus16 avatar Feb 01 '18 17:02 Odysseus16

Just for your information, have basically implemented the organization feature. So if you want to try it, you can use my forks master branch. I plan to submit a pull request in the next time, but as I have done major changes it is hard to make my branch compatible with VictorNines.

Odysseus16 avatar Mar 25 '18 23:03 Odysseus16

I cleaned up @Odysseus16 's branch a little, enough to make it work better for us in my own branch[0]. I have no desire to build a PR for this repo, but someone else is welcome to do it. We ended up going a different way after all (using hashicorp vault).

0: https://github.com/csawyerYumaed/bitwarden-go

csawyerYumaed avatar Oct 25 '18 13:10 csawyerYumaed