Lost logo
Hello! Toying with my customization trying to add a custom background I seem to somehow have lost the favicon . So I have two questions: What can I do to get it back, and What should I do to use a custom one? I'm on Docker Desktop for Windows 11, Homarr 0.15.10
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
- ./homarr/imgs/backgrounds:/app/public/imgs/backgrounds
ports:
- '7575:7575'
By the way, to add custom logos, would adding - ./homarr/logos:app/public/imgs/logo/
work? I don't want to break the default logo too!
Thanks!3 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Gah, sorry, apparently it was the browser cache. 🤦♂️ I managed to break the logo, though. How should I map the host and container paths for it to work again?