mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #674] Can't change logo #453
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#453
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @DA-Michael on GitHub (Oct 18, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/674
I can't seem to figure out how to theme my install. I did find in src/static/images there was a logo-grey.png, but changing that to my own logo and building the docker image doesn't update the logo on the webpage.
If I inspect the page, that logo is actually referencing https://[redacted_domain]/images/logo-dark@2x.png. I didn't find a file by that name in the bitwarden_rs repository, so I'm not sure how to do this.
I do know that this won't update the logo in any of the clients, but I would have thought I'd be able to do the web interface.
Any help would be appreciated!
@BlackDex commented on GitHub (Oct 18, 2019):
If you want to modify/theme the web-vault you will need to build/modify it your self.
Some information about this can be found here: https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#install-the-web-vault
@mprasil commented on GitHub (Oct 22, 2019):
I think the question was answered, compiling your own Vault is probably the best approach. Going to close this, but feel free to reopen if you have further questions.
@kpcyrd commented on GitHub (Jan 21, 2022):
If you're using the docker container you can probably customize it by using bind-mounts for the following paths:
@ar0per0 commented on GitHub (Jul 13, 2024):
(web icon) local_path/favicon-16x16.png:/web-vault/images/favicon-16x16.png:ro
(web icon) local_path/favicon-32x32.png:/web-vault/images/favicon-32x32.png:ro
(inside logo) local_path/icon-white.png:/web-vault/images/icon-white.png:ro
(welcome image) local_path/logo-dark@2x.png:/web-vault/images/logo-dark@2x.png:ro
(welcome image) local_path/logo-white@2x.png:/web-vault/images/logo-white@2x.png:ro
Email
copy template https://github.com/dani-garcia/vaultwarden/tree/main/src/static/templates/email
local_path/email_header.hbs:/data/templates/email/email_header.hbs:ro
local_path/email_footer.hbs:/data/templates/email/email_footer.hbs:ro
@ar0per0 commented on GitHub (Mar 9, 2025):
Version 2025.1.1
Docker compose
(web icon) local_path/favicon-16x16.png:/web-vault/images/favicon-16x16.png:ro
(web icon) local_path/favicon-32x32.png:/web-vault/images/favicon-32x32.png:ro
(small internal icon) local_path/icon-white.svg:/web-vault/images/icon-white.svg:ro
(remove loading icon) local_path/index.html:/web-vault/index.html:ro
(icons) local_path/main.d867124a6761f6de6826.js:/web-vault/app/main.d867124a6761f6de6826.js:ro
Email
copy template https://github.com/dani-garcia/vaultwarden/tree/main/src/static/templates/email
local_path/email_header.hbs:/data/templates/email/email_header.hbs:ro
local_path/email_footer.hbs:/data/templates/email/email_footer.hbs:ro
Files
/web-vault/index.html
remove
<img class="new-logo-themed" alt="Vaultwarden"/>/web-vault/app/main.d867124a6761f6de6826.js
black internal icon:
white internal icon:
top left welcome icon:
welcome icon: