How to determine Bitwarden/API version? #2184

Closed
opened 2025-10-09 17:49:34 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @advancingu on GitHub.

I have the Docker container running but on the target system cannot determine which exact Docker image it was launched from.

Is there any way to tell which version of the backend is running?

If not, I have seen other projects define an environment variable containing the version string and bake this into their Docker image. This would be a great addition to the releases here as well.

Originally created by @advancingu on GitHub. I have the Docker container running but on the target system cannot determine which exact Docker image it was launched from. Is there any way to tell which version of the backend is running? If not, I have seen other projects define an environment variable containing the version string and bake this into their Docker image. This would be a great addition to the releases here as well.
Author
Owner

@advancingu commented on GitHub:

@mprasil Actually, I just pulled and launched latest and cannot find this info anywhere. Can you please tell me where it is supposed to be?

@advancingu commented on GitHub: @mprasil Actually, I just pulled and launched `latest` and cannot find this info anywhere. Can you please tell me where it is supposed to be?
Author
Owner

@advancingu commented on GitHub:

Thanks for the quick turnaround!

@advancingu commented on GitHub: Thanks for the quick turnaround!
Author
Owner

@dani-garcia commented on GitHub:

We show the version in the admin panel, but it's not working at the moment in the docker images, @mprasil is looking into it.

@dani-garcia commented on GitHub: We show the version in the admin panel, but it's not working at the moment in the docker images, @mprasil is looking into it.
Author
Owner

@dani-garcia commented on GitHub:

The PR with the fixes to the docker images was merged now, and the images should be built by now, so we can mark this as closed.

@dani-garcia commented on GitHub: The PR with the fixes to the docker images was merged now, and the images should be built by now, so we can mark this as closed.
Author
Owner

@mprasil commented on GitHub:

Yes, latest image should report version now.

@mprasil commented on GitHub: Yes, latest image should report version now.
Author
Owner

@mprasil commented on GitHub:

You should also see it in logs even if you have admin disabled. When it starts it should print the version:

[2019-02-19 22:28:15][][WARN] /--------------------------------------------------------------------\
[2019-02-19 22:28:15][][WARN] |                       Starting Bitwarden_RS                        |
[2019-02-19 22:28:15][][WARN] |                       Version 1.7.0-bf6ae91a                       |
[2019-02-19 22:28:15][][WARN] |--------------------------------------------------------------------|
[2019-02-19 22:28:15][][WARN] | This is an *unofficial* Bitwarden implementation, DO NOT use the   |
[2019-02-19 22:28:15][][WARN] | official channels to report bugs/features, regardless of client.   |
[2019-02-19 22:28:15][][WARN] | Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new |
[2019-02-19 22:28:15][][WARN] \--------------------------------------------------------------------/
@mprasil commented on GitHub: You should also see it in logs even if you have admin disabled. When it starts it should print the version: ``` [2019-02-19 22:28:15][][WARN] /--------------------------------------------------------------------\ [2019-02-19 22:28:15][][WARN] | Starting Bitwarden_RS | [2019-02-19 22:28:15][][WARN] | Version 1.7.0-bf6ae91a | [2019-02-19 22:28:15][][WARN] |--------------------------------------------------------------------| [2019-02-19 22:28:15][][WARN] | This is an *unofficial* Bitwarden implementation, DO NOT use the | [2019-02-19 22:28:15][][WARN] | official channels to report bugs/features, regardless of client. | [2019-02-19 22:28:15][][WARN] | Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new | [2019-02-19 22:28:15][][WARN] \--------------------------------------------------------------------/ ```
Author
Owner

@dani-garcia commented on GitHub:

It should be on the admin panel, in your_domain/admin, note that it's disabled by default unless you specify a token to authenticate (Read the Wiki entry here).

@dani-garcia commented on GitHub: It should be on the admin panel, in `your_domain/admin`, note that it's disabled by default unless you specify a token to authenticate ([Read the Wiki entry here](https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page)).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2184