mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
logo isn't changeable anymore #254
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 @celevra on GitHub.
Vaultwarden Support String
Hi,
in the new 2025.1.1 Webinterface the Logo is directly in the source code as svg and with that we can't change it anymore.
before that change, it was easy as:
please implement a setting to change the logo or go back to files.
Logos have something todo with trust. We want to see that we are on the right server, with help of our logos.
It has nothing todo with licenses and copyright texts in the footer.
regards
Vaultwarden Build Version
1.33.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx
Host/Server Operating System
Linux
Operating System Version
ubuntu
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
Logos should be changeable
Actual Result
logos not changeble because they are hardcoded
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub:
Changing
app-login img.logotoapp-root img.new-logo-themedchanges the PNG logo, but that's only visible for a split second until it gets replaced by the embedded SVG.So that's not working anymore.update: Oh, but the ones below seem to work, but crudely (by not embedding the SVG the fill colors won't be dependent on the theme...)
update 2: I've updated the selectors and made it so that only the top left logos are changed.
@stefan0xC commented on GitHub:
Well, that has been changed upstream, so this is not something we can easily revert ourselves.
If it's that important for you, you can still build the web-vault yourself to change the logo.
Or alternatively you can also write a script that replaces the SVGs when Vaultwardens starts. (This might be a bit tricky but should be possible, I think.)
@BlackDex commented on GitHub:
Checkout https://github.com/dani-garcia/vaultwarden/wiki/Customize-Vaultwarden-CSS
It might need some changes though for the latest web-vault, but i think the icon change should work.