Update dashboard service categories
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 10s

This commit is contained in:
Kroonk
2026-05-21 16:04:31 +02:00
parent 8f2b4faad9
commit f0674cda37

View File

@@ -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 @@
}
]
}