From f0674cda37b1fb6ba1efd1832168447f80404f35 Mon Sep 17 00:00:00 2001 From: Kroonk Date: Thu, 21 May 2026 16:04:31 +0200 Subject: [PATCH] Update dashboard service categories --- services.json | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/services.json b/services.json index 80824d9..3fb1e8f 100644 --- a/services.json +++ b/services.json @@ -1,9 +1,25 @@ { "categories": [ - { "id": "access", "label": "Zugang", "title": "Accounts & Sicherheit" }, - { "id": "media", "label": "Medien", "title": "Bibliothek & Streaming" }, - { "id": "work", "label": "Arbeit", "title": "Code, Projekte & Spiel" }, - { "id": "personal", "label": "Persoenlich", "title": "Portfolio & private Projekte" } + { + "id": "access", + "label": "Zugang", + "title": "Accounts & Sicherheit" + }, + { + "id": "media", + "label": "Medien", + "title": "Bibliothek & Streaming" + }, + { + "id": "work", + "label": "Arbeit", + "title": "Code, Projekte & Spiel" + }, + { + "id": "personal", + "label": "Persoenlich", + "title": "Portfolio & private Projekte" + } ], "services": [ { @@ -23,7 +39,7 @@ "description": "Cloud-Speicher", "domain": "drive.mischlabs.de", "url": "https://drive.mischlabs.de", - "category": "access", + "category": "media", "accent": "#60a5fa", "icon": "folder", "keywords": "drive nextcloud cloud speicher dateien" @@ -89,7 +105,7 @@ "description": "Schach", "domain": "michess.mischlabs.de", "url": "https://michess.mischlabs.de", - "category": "work", + "category": "personal", "accent": "#10b981", "icon": "chess", "keywords": "michess schach game chess" @@ -107,4 +123,3 @@ } ] } -