Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BitWarden Unified Guide #162

Open
wcoleman320 opened this issue Mar 24, 2023 · 1 comment
Open

BitWarden Unified Guide #162

wcoleman320 opened this issue Mar 24, 2023 · 1 comment

Comments

@wcoleman320
Copy link

Hello,

I had a trouble setting up BitBetter on BitWarden Unified. I believe this is the best combo for selfhosting. Almost as connivant as VaultWarden. I figured I would share a guide. This is a TLDR from my reddit post. It mostly follow the instructions from the Unified branch. It assumes your on a linux host.

First, you want to build a patched BitDefender image using BitBetter.

Clone the unified BitBetter Branch

git clone --single-branch --branch unified https://github.com/jakeswenson/BitBetter.git

cd into BitBetter

cd BitBetter

Build BitDefender Patch

./build.sh

Enter a “y” when prompted “Update (or get) bitwarden source container:”

y

There will now be image called “bitwarden-patch:latest”, we will be using this image in place of “bitwarden/self-host:beta”
Next, we will generate a license.json

Generate license.json using the interactive argument

./licenseGen.sh interactive

Follow instructions enter an “o” for an organization license
Username will be the name of the organization, for example, you could call it “Family”.
Business name is not important, unless you care to change it.
Install ID will be generated from https://bitwarden.com/host/
Enter the install ID and save the ID and Key for later.
Finally, copy the output text between the brackets and save it in a file called license.json.

Finally, we will follow the guide for typical BitWarden Unified installation.

Hope this helps some users who were having problems even finding the unified branch like me. If you want the full guide its on reddit. Ill share the link once I post it.

@wcoleman320
Copy link
Author

Full Guide on Reddit: https://www.reddit.com/r/selfhosted/comments/12048nr/guide_bitwarden_unified_vaultwarden_replacement/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant