-
Notifications
You must be signed in to change notification settings - Fork 116
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
compatibility with Bitwarden offline setup #174
Comments
Push notifications to Mobile app require online access to push.bitwarden.com You might want SMTP as well. |
Sorry, to clarify, this is an offline in the sense that it's firewalled from the Internet. But SMTP is available and working (internally). Good point about push notifications, but this isn't required in this case. Could be disabled. |
This seems to break because the url used in
To workaround: hardcode the value to the Bitwarden installed version. For my install, it's "2023.10.2". Here's a patch for
|
Actually, I wonder if this could make installations simpler. However, part of the offline install requires you creating your identity server for signing the certificates (something you don't do with a normal install as I believe it checks against the online servers which is why there's the modified bitbetter containers impersonating the identity servers). As you have your own local identity servers, can you not use these instead of the modified bitbetter ones to sign the licence? If this worked, then it would remove the need for these modified servers and simplify the process. I'm playing around seeing if I can get it to work. |
Just to add, I've had a look and cannot get it working with the off-line install. I did put a post up in the Discussions section. If we could get the "offline" version to work, I think it could be a lot simpler and wouldn't require changing / using any modified containers, just using the identity.pfx certificate generated on install. |
Hi,
I was just wondering if there are any plans to make this work with fully offline installations of Bitwarden?
I have tried, but as the docker containers are installed manually when configuring as an offline install, it's not possible to build the images when running the build.sh script:
The text was updated successfully, but these errors were encountered: