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": [ "categories": [
{ "id": "access", "label": "Zugang", "title": "Accounts & Sicherheit" }, {
{ "id": "media", "label": "Medien", "title": "Bibliothek & Streaming" }, "id": "access",
{ "id": "work", "label": "Arbeit", "title": "Code, Projekte & Spiel" }, "label": "Zugang",
{ "id": "personal", "label": "Persoenlich", "title": "Portfolio & private Projekte" } "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": [ "services": [
{ {
@@ -23,7 +39,7 @@
"description": "Cloud-Speicher", "description": "Cloud-Speicher",
"domain": "drive.mischlabs.de", "domain": "drive.mischlabs.de",
"url": "https://drive.mischlabs.de", "url": "https://drive.mischlabs.de",
"category": "access", "category": "media",
"accent": "#60a5fa", "accent": "#60a5fa",
"icon": "folder", "icon": "folder",
"keywords": "drive nextcloud cloud speicher dateien" "keywords": "drive nextcloud cloud speicher dateien"
@@ -89,7 +105,7 @@
"description": "Schach", "description": "Schach",
"domain": "michess.mischlabs.de", "domain": "michess.mischlabs.de",
"url": "https://michess.mischlabs.de", "url": "https://michess.mischlabs.de",
"category": "work", "category": "personal",
"accent": "#10b981", "accent": "#10b981",
"icon": "chess", "icon": "chess",
"keywords": "michess schach game chess" "keywords": "michess schach game chess"
@@ -107,4 +123,3 @@
} }
] ]
} }