feat(apps): update catalog with Homarr icon identifiers and expanded services
CI & Test NaxOS Management API / test (push) Successful in 12m53s

This commit is contained in:
Lukas Holzner
2026-09-04 12:16:48 +02:00
parent 784a9b742d
commit 7d89b16687
9 changed files with 77 additions and 7 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export type AppRuntime = 'systemd' | 'docker' | 'k3s';
export interface AppCatalogItem {
id: string;
name: string;
category: 'Media' | 'Storage' | 'Productivity' | 'Security' | 'Automation';
category: 'Media' | 'Storage' | 'Productivity' | 'Security' | 'Automation' | 'Network' | 'Monitoring';
description: string;
icon: string;
defaultPort: number;