1.2 KiB
1.2 KiB
🎨 Favicon for Homarr
Option 1: Use Homarr's Default Favicon
Homarr comes with its own favicon - nothing to do!
Option 2: Custom Favicon
Upload Custom Favicon in Homarr:
Settings → Appearance → Favicon
Upload your favicon file
Recommended Favicon Sources:
Homarr Logo (Official):
- Use the default - it looks great!
Custom Logo: Create an SVG or use an icon from:
Quick Custom Favicon
- Go to: https://favicon.io/favicon-generator/
- Text: "H" or "L" (for lemonlink)
- Background: Rounded
- Font: Bold
- Colors:
- Background: #6366f1 (Indigo)
- Text: White
- Download and upload to Homarr
Option 3: Use lemonlink.eu Favicon
If you have a favicon at lemonlink.eu:
Settings → Appearance → Favicon URL
Enter: https://lemonlink.eu/favicon.ico
🚀 I Can Generate One For You
Want me to create a custom favicon command?
# Create a simple favicon using ImageMagick
convert -size 128x128 xc:'#6366f1' \
-pointsize 80 -fill white -gravity center \
-annotate +0+0 "H" favicon.png
Or use an online generator and upload it!