Replies: 2 comments 1 reply
-
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 are trying to use a custom favicon image for your Homepage installation running in Docker. The syntax you've provided for the Here's how you can correctly mount the images directory and reference the favicon in your Docker Compose file:
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3000:3000
volumes:
- /docker/homepage/images:/app/public/images # Mount the host directory to the container
# ... other configurations ...
favicon: /images/spider.ico Make sure that the
docker-compose down
docker-compose up -d If you continue to have issues, please check the browser console for any errors when trying to load the favicon. If there is a 404 error, it means the file is not being served correctly, and you should double-check the file path and volume mounts. Remember that the This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Description
Hi,
i have a nas, with shared docker folder, inside there is homepage and inside images
/docker/homepage/images (with images inside for favicon or backgroud)
i'm following your guide but i can't make it see these images, is this syntax correct to put in the settings.yaml file
volumes:
favicon: /images/spider.ico
because it does not actually see the spider.ico image
what am i doing wrong ?
thanks
homepage version
0.8.13
Installation method
Docker
Configuration
No response
Container Logs
No response
Browser Logs
edge or chrome
Troubleshooting
a
Beta Was this translation helpful? Give feedback.
All reactions