Welle 2 · Datenbanken in Docker-Stacks mit Logo (postgres → postgresql, redis, mariadb …)
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5.5
parent
2f608736af
commit
0190c25d5a
@@ -1,5 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
AudioLines, Bird, Bot, Box, BrainCircuit, Clapperboard, Code, Container, DatabaseBackup, FileCode2, GitBranch, HardDrive,
|
AudioLines, Bird, Bot, Box, BrainCircuit, Clapperboard, Code, Container, Database, DatabaseBackup, FileCode2, GitBranch, HardDrive,
|
||||||
House, Layers, LayoutDashboard, type LucideIcon, Mic, Monitor, RefreshCw, Route, Server, ShieldCheck, Shuffle, Workflow,
|
House, Layers, LayoutDashboard, type LucideIcon, Mic, Monitor, RefreshCw, Route, Server, ShieldCheck, Shuffle, Workflow,
|
||||||
Zap,
|
Zap,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
@@ -45,6 +45,9 @@ const NACH_NAME: [RegExp, LucideIcon, string?][] = [
|
|||||||
[/home ?assistant/i, House],
|
[/home ?assistant/i, House],
|
||||||
[/jellyfin|plex|emby/i, Clapperboard],
|
[/jellyfin|plex|emby/i, Clapperboard],
|
||||||
[/\bnas\b|qnap|truenas|synology/i, HardDrive],
|
[/\bnas\b|qnap|truenas|synology/i, HardDrive],
|
||||||
|
// Datenbanken in Docker-Stacks (seit 25.09.2026): der Dienst heißt „postgres“, das Logo „postgresql“.
|
||||||
|
[/postgres/i, Database, "postgresql"],
|
||||||
|
[/mariadb|mysql|mongo|redis|valkey/i, Database],
|
||||||
]
|
]
|
||||||
|
|
||||||
/** „Arcane (Docker)“ → „arcane“, „AdGuard Home“ → „adguard-home“. */
|
/** „Arcane (Docker)“ → „arcane“, „AdGuard Home“ → „adguard-home“. */
|
||||||
|
|||||||
Reference in New Issue
Block a user