Use fitting heroicons for each service

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
adyrem
2026-05-18 16:18:30 +02:00
parent f92c2247a0
commit fd207968fb
@@ -7,7 +7,7 @@ defmodule HomelabDashboardWeb.PageController do
name: "MTG", name: "MTG",
url: "https://adyrem.duckdns.org/mtg", url: "https://adyrem.duckdns.org/mtg",
description: "Magic: The Gathering collection", description: "Magic: The Gathering collection",
icon: "hero-puzzle-piece" icon: "hero-sparkles"
}, },
%{ %{
name: "Gitea", name: "Gitea",
@@ -22,13 +22,13 @@ defmodule HomelabDashboardWeb.PageController do
name: "Proxmox", name: "Proxmox",
url: "https://proxmox.homelab", url: "https://proxmox.homelab",
description: "Virtualization & container management", description: "Virtualization & container management",
icon: "hero-server" icon: "hero-server-stack"
}, },
%{ %{
name: "Grafana", name: "Grafana",
url: "https://grafana.homelab", url: "https://grafana.homelab",
description: "Metrics & monitoring dashboards", description: "Metrics & monitoring dashboards",
icon: "hero-chart-bar" icon: "hero-presentation-chart-line"
}, },
%{ %{
name: "Pi-hole", name: "Pi-hole",
@@ -40,19 +40,19 @@ defmodule HomelabDashboardWeb.PageController do
name: "Jellyfin", name: "Jellyfin",
url: "https://jellyfin.homelab", url: "https://jellyfin.homelab",
description: "Media server", description: "Media server",
icon: "hero-film" icon: "hero-play-circle"
}, },
%{ %{
name: "Jellyseerr", name: "Jellyseerr",
url: "https://jellyseerr.homelab", url: "https://jellyseerr.homelab",
description: "Media request management", description: "Media request management",
icon: "hero-ticket" icon: "hero-queue-list"
}, },
%{ %{
name: "Radarr", name: "Radarr",
url: "https://radarr.homelab", url: "https://radarr.homelab",
description: "Movie collection manager", description: "Movie collection manager",
icon: "hero-video-camera" icon: "hero-film"
}, },
%{ %{
name: "Sonarr", name: "Sonarr",
@@ -64,13 +64,13 @@ defmodule HomelabDashboardWeb.PageController do
name: "Prowlarr", name: "Prowlarr",
url: "https://prowlarr.homelab", url: "https://prowlarr.homelab",
description: "Indexer manager", description: "Indexer manager",
icon: "hero-magnifying-glass" icon: "hero-funnel"
}, },
%{ %{
name: "qBittorrent", name: "qBittorrent",
url: "https://qbittorrent.homelab", url: "https://qbittorrent.homelab",
description: "Torrent client", description: "Torrent client",
icon: "hero-arrow-down-tray" icon: "hero-cloud-arrow-down"
} }
] ]