mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-24 19:07:44 +03:00
How to determine Bitwarden/API version? #231
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 (Feb 16, 2019).
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.
@dani-garcia commented on GitHub (Feb 16, 2019):
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 (Feb 17, 2019):
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 (Feb 17, 2019):
Yes, latest image should report version now.
@advancingu commented on GitHub (Feb 20, 2019):
Thanks for the quick turnaround!
@advancingu commented on GitHub (Feb 20, 2019):
@mprasil Actually, I just pulled and launched
latestand cannot find this info anywhere. Can you please tell me where it is supposed to be?@dani-garcia commented on GitHub (Feb 20, 2019):
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).@mprasil commented on GitHub (Feb 20, 2019):
You should also see it in logs even if you have admin disabled. When it starts it should print the version: