homarr-dashboard/FAVICON.md

58 lines
1.2 KiB
Markdown

# 🎨 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:
- https://fontawesome.com/
- https://heroicons.com/
- https://iconoir.com/
### Quick Custom Favicon
1. Go to: https://favicon.io/favicon-generator/
2. Text: "H" or "L" (for lemonlink)
3. Background: Rounded
4. Font: Bold
5. Colors:
- Background: #6366f1 (Indigo)
- Text: White
6. 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?
```bash
# 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!