Homepage LXC - unable to resolve local icons #1420
-
Homepage allows for local icons to be used rather than pulling the icons from the net. However, I've been unable to successfully resolve a local icon - I always end up with a 'logo' icon (meaning that the icon was not found). How does one use local icons in Homepage (for example in the services.yaml file). Thank-you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here is the solution for locally stored icons. local storage .yaml configuration (essentially the local public folder is the source for the images for the config file) NOTE: if you upload a new .png file, homepage will not refresh its directory and you will get a generic 'logo' image; restart the LXC to have the directory updated |
Beta Was this translation helpful? Give feedback.
Here is the solution for locally stored icons.
local storage
/opt/homepage/public/icons/nextcloudpi.png
.yaml configuration
icon: /icons/nextcloudpi.png
(essentially the local public folder is the source for the images for the config file)
NOTE: if you upload a new .png file, homepage will not refresh its directory and you will get a generic 'logo' image; restart the LXC to have the directory updated