mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-16 04:09:03 +00:00
icon cache -> icon service
parent
21dede8c97
commit
4a934f0b7f
@ -9,7 +9,7 @@ If you want to add custom icons for your website entries you can place them in t
|
||||

|
||||
This means the scheme and port will be ignored when requesting icons, so you can't provide different icons based on the port number.
|
||||
|
||||
If you are using the `internal` icon cache (the default) Vaultwarden will generally serve the icons from the `ICON_CACHE_FOLDER`.
|
||||
If you are using the `internal` icon service (the default) Vaultwarden will generally serve the icons from the `ICON_CACHE_FOLDER`.
|
||||
|
||||
While the web-vault supports a couple of image types like ICO, BMP, GIF, JPG, WEBP and PNG, the cached icons themselves are always named `<fqdn>.png` or `<IP>.png` (eg. `data/icon_cache/en.wikipedia.org.png`). So you should name your custom icons accordingly.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user