mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
How to determine Bitwarden/API version? #2184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@advancingu commented on GitHub:
@mprasil Actually, I just pulled and launched
latestand cannot find this info anywhere. Can you please tell me where it is supposed to be?@advancingu commented on GitHub:
Thanks for the quick turnaround!
@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:
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.
@mprasil commented on GitHub:
Yes, latest image should report version now.
@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:
@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).