Custom logo replacement no longer works in recent Vaultwarden versions (2025.x / Bitwarden Web v2025.7.0) #6449
hpwhamburg
started this conversation in
General
Replies: 1 comment
-
|
The examples from the wiki seem to work for me. (You might have to mount the images into the /web-vault/images directory so that you can reference them via url(../images/my-custom-global-logo.png). Vaultwarden’s CSP might prevent loading the image if you reference external images.) btw: the SVGs are now embedded into the compiled application so they cannot easily be replaced by changing custom images in the web-vault images folder. You’d need to replace the whole ... images inside the compiled javascript which is not something I would recommend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve been trying to replace the default Vaultwarden logo (and add my own branding) in the current Vaultwarden release, but none of the previously documented methods seem to work anymore.
Here’s a summary of everything I’ve tried and what happened:
What we’ve tried so far
Has anyone successfully replaced the Vaultwarden logo or applied custom branding with the new web-vault structure?
If so:
Which files or environment variables did you modify?
Is there a new path or method to override the React build assets?
Any guidance or examples would be greatly appreciated 🙏
We’d be happy to contribute an updated guide or documentation once this works.
Thanks, Mathias
Beta Was this translation helpful? Give feedback.
All reactions