feat(apps): update catalog with Homarr icon identifiers and expanded services
CI & Test NaxOS Management API / test (push) Successful in 12m53s
CI & Test NaxOS Management API / test (push) Successful in 12m53s
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user