Files
mischlabs/services.json
Kroonk 0d4377aed2
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
feat: implement automatic smart mobile app launcher with custom schemes and web fallbacks
2026-05-21 22:28:22 +02:00

130 lines
3.5 KiB
JSON

{
"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"
}
],
"services": [
{
"id": "sso",
"name": "Single Sign-On",
"description": "Account, Sitzungen und Sicherheit",
"domain": "auth.mischlabs.de",
"url": "https://auth.mischlabs.de/realms/mischlabs/account",
"category": "access",
"accent": "#f59e0b",
"icon": "shield",
"keywords": "single sign-on keycloak account login auth"
},
{
"id": "drive",
"name": "Drive",
"description": "Cloud-Speicher",
"domain": "drive.mischlabs.de",
"url": "https://drive.mischlabs.de",
"mobileUrl": "nextcloud://",
"category": "media",
"accent": "#60a5fa",
"icon": "folder",
"keywords": "drive nextcloud cloud speicher dateien"
},
{
"id": "passwords",
"name": "Passwords",
"description": "Passwort-Manager",
"domain": "password.mischlabs.de",
"url": "https://password.mischlabs.de",
"mobileUrl": "bitwarden://",
"category": "access",
"accent": "#eab308",
"icon": "lock",
"keywords": "passwords vaultwarden passwort manager security"
},
{
"id": "movies",
"name": "Movies",
"description": "Filme & Serien",
"domain": "movies.mischlabs.de",
"url": "https://movies.mischlabs.de",
"mobileUrl": "jellyfin://",
"category": "media",
"accent": "#a78bfa",
"icon": "film",
"keywords": "movies jellyfin filme serien media streaming"
},
{
"id": "audiobooks",
"name": "Audiobooks",
"description": "Hoerbuecher",
"domain": "audiobook.mischlabs.de",
"url": "https://audiobook.mischlabs.de",
"mobileUrl": "audiobookshelf://",
"category": "media",
"accent": "#22c55e",
"icon": "headphones",
"keywords": "audiobooks audiobookshelf hoerbuecher audio"
},
{
"id": "books",
"name": "Books",
"description": "Buecher & Bibliothek",
"domain": "books.mischlabs.de",
"url": "https://books.mischlabs.de",
"category": "media",
"accent": "#06b6d4",
"icon": "book",
"keywords": "books calibre calibre-web buecher bibliothek"
},
{
"id": "git",
"name": "Git",
"description": "Code-Repositories",
"domain": "git.mischlabs.de",
"url": "https://git.mischlabs.de",
"category": "work",
"accent": "#f97316",
"icon": "git",
"keywords": "git gitea code repositories ci actions"
},
{
"id": "michess",
"name": "MiChess",
"description": "Schach",
"domain": "michess.mischlabs.de",
"url": "https://michess.mischlabs.de",
"category": "personal",
"accent": "#10b981",
"icon": "chess",
"keywords": "michess schach game chess"
},
{
"id": "tom",
"name": "Tom",
"description": "Photography",
"domain": "tom.mischlabs.de",
"url": "https://tom.mischlabs.de",
"category": "personal",
"accent": "#ec4899",
"icon": "user",
"keywords": "tom photography mischkomposition portfolio persoenlich fotos"
}
]
}