VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do you think about to implement the group feature ?

Nous1699 opened this issue · comments

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

Would be awesome. So far your work is amazing.

I might, right now 2fa has priority

Thanks

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

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

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!

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.

Looks like the same as in #12

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

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.

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