Server-side bash script reads `glass.icon` Docker labels and replaces Unraid's cached icon PNGs with selfh.st CDN versions. Auto-detects icon names from container names when no label is set. Supports VMs via vm-icons.conf mapping file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
# vm-icons.conf — VM icon overrides for unraid-glass theme
|
|
# Format: VM_NAME=icon_name (or full URL)
|
|
# VM_NAME must match exactly as shown in `virsh list --all`
|
|
# Lines starting with # are comments, empty lines are ignored.
|
|
#
|
|
# Examples:
|
|
# Home Assistant=home-assistant
|
|
# Windows 11=windows-11
|
|
# Ubuntu Server=ubuntu
|
|
|
|
Home Assistant=home-assistant
|