Replies: 3 comments
|
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ Based on the information provided, it seems that you have followed the correct steps to add a custom icon for a service in your Homepage setup. However, you mentioned that there is no To resolve this issue, please ensure that the volume mount for the icons directory is correctly set up in your Docker Compose file. The volume should map your local icons directory to the volumes:
- /path/to/your/local/icons:/app/public/iconsReplace After making sure that the volume is correctly defined, you will need to restart the container for the changes to take effect. You can do this by running the following command: docker-compose down && docker-compose up -dThis will recreate the container with the new volume mapping. Once the container is up and running, the custom icon should be loaded correctly. If you continue to experience issues, please verify that the icon file Please let me know if you need further assistance or if there are any other details you would like to provide. This comment was generated by Glime. |
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Uh oh!
There was an error while loading. Please reload this page.
Description
I want to use my own icon for one of the services.
I followed the docs but there is no /apps/public/icons directory in the container..
homepage version
v0.8.10 (0af975b, Mar 24, 2024)
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No errors
Troubleshooting
The page just shows the missing image icon
All reactions