mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 08:03:47 -05:00
The icons of web pages are not displayed #905
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 @update-freak on GitHub (Jan 16, 2021).
No Icons
The icons of web pages are not displayed
Your environment
Server Installed: 1.18.0
Web Installed: 2.17.1
Install method: Synology -> Docker -> bitwardenrs/server -> start Image
Clients used: Android App, Chrome extension
Reverse proxy: used on Synology NAS
Admin page: DNS (github.com) (Error): Could not resolve domain name.
On Synology NAS also Pi-Hole is installed with the following lists:
https://v.firebog.net/hosts/lists.php?type=tick
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/Corona-Blocklist
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/Fake-Science
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/MS-Office-Telemetry
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/Phishing-Angriffe
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/Streaming
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/Win10Telemetry
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/crypto
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/easylist
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/gambling
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/malware
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/notserious
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/samsung
https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/spam.mails
Expected behaviour
The icons of web pages are displayed
log.txt
@BlackDex commented on GitHub (Jan 17, 2021):
I see that it does work, because an icon for adobe was downloaded.
The only thing which isn't working are the non-global-ip's.
You can change a setting which disables this by default:
37cc0c34cf/.env.template (L112)@update-freak commented on GitHub (Jan 17, 2021):
Strange, I don't see the icon in Adobe. In the corresponding folder, where the icons should be, there are only MISS files.
@BlackDex commented on GitHub (Jan 17, 2021):
To get a bit more detailed information you could set the log level to debug. And remove all the .miss files and try again.
That should give a bit more information.
@update-freak commented on GitHub (Jan 18, 2021):
How to set the log level to debug? Is this possible in the admin panel?
@BlackDex commented on GitHub (Jan 18, 2021):
Not sure how this works on a Synology NAS, but you probably have configured some settings somewhere for this container.
It is the following setting:
37cc0c34cf/.env.template (L79)@update-freak commented on GitHub (Jan 18, 2021):
here is the log-file:
log20210118.txt
hope that helps
@BlackDex commented on GitHub (Jan 19, 2021):
Either DNS Resolving isn't working, or your container does not have a connection to the internet.
That is all i can figure out from the logs.
@update-freak commented on GitHub (Jan 19, 2021):
Tried it out. So "apt-get update" worked.
Does this mean that the name resolution is the problem?