homarr icon indicating copy to clipboard operation
homarr copied to clipboard

Custom Favicon does not rednder

Open TuftyBruno opened this issue 1 year ago • 8 comments

Environment

Docker

Version

No response

Describe the problem

Favicon does not change with any link or even local source.

Per Manicraft1001 on Discord: The BoardHeadOverride component does in fact not override the CommonHead compontent.

Logs

No response

Context

No response

Please tick the boxes

  • [X] I confirm that I attached the proper logs
  • [X] I've read the docs
  • [X] I've checked for duplicate issues
  • [X] I've tried to debug myself

TuftyBruno avatar Nov 18 '23 21:11 TuftyBruno

yes.i also have the same issue. I tried to change the icon which in imgs files. but it also doesn't work. The files which in imgs folder cannot be changed.

KhyHolyDragon avatar Nov 24 '23 16:11 KhyHolyDragon

same issue

mritd avatar Dec 28 '23 06:12 mritd

same issue for me too

fuzzzor avatar Feb 18 '24 10:02 fuzzzor

up

PilaScat avatar Mar 01 '24 19:03 PilaScat

Phew! I thought I was doing something wrong. Glad it's an actual bug! Other than this, Homarr is AWESOME!

JSylvia007 avatar Mar 08 '24 19:03 JSylvia007

I have tried local and remote images, same issue. Favicon does not change when setting to custom icon.

ZD-FLoM avatar Mar 17 '24 12:03 ZD-FLoM

I accomplished this via a work around for anyone that cares. On unraid, I'm able to easily access the app data, so I put my custom favicon icons (favicon.png, favicon.svg, favicon-squared.png) in the icons folder. Any folder that is accessible from within the docker container would work fine. I'm sure uploading icons the traditional way would work too.

Then I just moved the files to the imgs folder via docker exec, then reboot my container and it worked. Probably have to do this each time the container gets an update until this issue is fixed. You will likely have to clear your cache on your browser too.

The favicons are stored in a folder in the docker container at this path: public/imgs/favicon.

This is the basic form of docker exec: docker exec my_container mv usr/src/app/old_folder/file.txt usr/src/app/new_folder/

docker exec homarr mv public/icons/favicon.png public/imgs/favicon
docker exec homarr mv public/icons/favicon-squared.png public/imgs/favicon
docker exec homarr mv public/icons/favicon.svg public/imgs/favicon

foresterfx avatar Mar 23 '24 00:03 foresterfx

I accomplished this via a work around for anyone that cares. On unraid, I'm able to easily access the app data, so I put my custom favicon icons (favicon.png, favicon.svg, favicon-squared.png) in the icons folder. Any folder that is accessible from within the docker container would work fine. I'm sure uploading icons the traditional way would work too.

Then I just moved the files to the imgs folder via docker exec, then reboot my container and it worked. Probably have to do this each time the container gets an update until this issue is fixed. You will likely have to clear your cache on your browser too.

The favicons are stored in a folder in the docker container at this path: public/imgs/favicon.

This is the basic form of docker exec: docker exec my_container mv usr/src/app/old_folder/file.txt usr/src/app/new_folder/

docker exec homarr mv public/icons/favicon.png public/imgs/favicon
docker exec homarr mv public/icons/favicon-squared.png public/imgs/favicon
docker exec homarr mv public/icons/favicon.svg public/imgs/favicon

I tried this myself before and I couldn't get it to work reliably. I can access the favicon, but it still shows the wrong one. I've even tried different computers and browsers.

JSylvia007 avatar Mar 23 '24 15:03 JSylvia007

Bump. Can't get this to work

joobert avatar May 13 '24 06:05 joobert

Will be released in the next version! You can already test if the behavior is fixed using the dev image ! Feel free to ping me if it is not fixed on your end ;)

ajnart avatar May 16 '24 13:05 ajnart

Up

thiago021 avatar Aug 11 '24 20:08 thiago021