repo: remove cross-project DockDeck Stitch input
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 8s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s
GeoIntel release gates / AI image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
2026-08-26 22:35:30 +02:00
parent a0a8974684
commit 7585906869
@@ -1,450 +0,0 @@
<!DOCTYPE html>
<html class="dark" lang="nl"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>DockDeck - Apps Instellingen</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"surface-container-highest": "#2d3449",
"secondary": "#4edea3",
"error-container": "#93000a",
"secondary-fixed": "#6ffbbe",
"outline-variant": "#454653",
"error": "#ffb4ab",
"on-tertiary-container": "#0f00a2",
"surface-bright": "#31394e",
"primary": "#bdc2ff",
"primary-container": "#818cf8",
"outline": "#908f9e",
"tertiary-container": "#8689ff",
"secondary-container": "#00a572",
"primary-fixed-dim": "#bdc2ff",
"surface-variant": "#2d3449",
"surface-container-lowest": "#060d20",
"tertiary-fixed": "#e1e0ff",
"primary-fixed": "#e0e0ff",
"on-secondary": "#003824",
"on-error-container": "#ffdad6",
"inverse-surface": "#dbe2fd",
"on-tertiary": "#1000a9",
"on-secondary-fixed-variant": "#005236",
"on-tertiary-fixed-variant": "#2f2ebe",
"on-surface": "#dbe2fd",
"surface-dim": "#0b1326",
"on-error": "#690005",
"on-primary": "#131e8c",
"on-background": "#dbe2fd",
"on-primary-container": "#101b8a",
"surface-container-low": "#131b2e",
"inverse-primary": "#4953bc",
"background": "#0b1326",
"surface-tint": "#bdc2ff",
"surface-container-high": "#222a3e",
"on-tertiary-fixed": "#07006c",
"on-primary-fixed-variant": "#2f3aa3",
"tertiary-fixed-dim": "#c0c1ff",
"tertiary": "#c0c1ff",
"on-secondary-container": "#00311f",
"on-surface-variant": "#c6c5d5",
"on-secondary-fixed": "#002113",
"surface": "#0b1326",
"inverse-on-surface": "#283044"
},
"borderRadius": {
"DEFAULT": "0.25rem",
"lg": "0.5rem",
"xl": "0.75rem",
"full": "9999px"
},
"spacing": {
"margin-mobile": "1rem",
"stack-lg": "2rem",
"gutter": "1.5rem",
"container-max": "1280px",
"stack-sm": "0.5rem",
"stack-md": "1rem"
},
"fontFamily": {
"headline-lg-mobile": ["Geist"],
"status-label": ["Geist"],
"body-md": ["Geist"],
"headline-md": ["Geist"],
"headline-lg": ["Geist"],
"label-caps": ["Geist"],
"body-sm": ["Geist"]
},
"fontSize": {
"headline-lg-mobile": ["24px", {"lineHeight": "32px", "letterSpacing": "-0.01em", "fontWeight": "600"}],
"status-label": ["13px", {"lineHeight": "18px", "fontWeight": "500"}],
"body-md": ["16px", {"lineHeight": "24px", "fontWeight": "400"}],
"headline-md": ["20px", {"lineHeight": "28px", "fontWeight": "500"}],
"headline-lg": ["32px", {"lineHeight": "40px", "letterSpacing": "-0.02em", "fontWeight": "600"}],
"label-caps": ["12px", {"lineHeight": "16px", "letterSpacing": "0.05em", "fontWeight": "600"}],
"body-sm": ["14px", {"lineHeight": "20px", "fontWeight": "400"}]
}
},
},
}
</script>
<style>
body {
background-color: #0b1326;
color: #dbe2fd;
font-family: 'Geist', sans-serif;
-webkit-font-smoothing: antialiased;
}
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
vertical-align: middle;
}
.glass-card {
background: rgba(22, 31, 53, 0.6);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.05);
}
.custom-scrollbar::-webkit-scrollbar {
width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background: #2d3449;
border-radius: 10px;
}
</style>
</head>
<body class="flex flex-col h-screen overflow-hidden">
<!-- TopAppBar -->
<header class="bg-surface dark:bg-surface border-b border-outline-variant z-30">
<div class="flex justify-between items-center h-16 px-gutter max-w-container-max mx-auto">
<div class="font-headline-md text-headline-md font-bold text-primary dark:text-primary flex items-center gap-2">
<span class="material-symbols-outlined text-3xl" style="font-variation-settings: 'FILL' 1;">dock</span>
<span>DockDeck</span>
</div>
<div class="hidden md:flex items-center gap-6">
<nav class="flex gap-4">
<a class="font-label-caps text-label-caps text-on-surface-variant hover:text-on-surface hover:bg-surface-container-highest transition-colors px-3 py-1 rounded" href="#">Dashboard</a>
<a class="font-label-caps text-label-caps text-on-surface-variant hover:text-on-surface hover:bg-surface-container-highest transition-colors px-3 py-1 rounded" href="#">Favorieten</a>
</nav>
<div class="relative group">
<div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
<span class="material-symbols-outlined text-outline text-sm">search</span>
</div>
<input class="bg-surface-container-low border-none rounded-lg text-body-sm font-body-sm pl-10 pr-4 py-2 w-64 focus:ring-2 focus:ring-primary-container text-on-surface transition-all" placeholder="Zoek services..." type="text"/>
</div>
<div class="flex items-center gap-2">
<button class="material-symbols-outlined text-primary hover:bg-surface-container-highest p-2 rounded-full transition-all active:scale-95">sync</button>
<button class="material-symbols-outlined text-primary hover:bg-surface-container-highest p-2 rounded-full transition-all active:scale-95">settings</button>
</div>
</div>
</div>
</header>
<div class="flex flex-1 overflow-hidden">
<!-- SideNavBar -->
<aside class="hidden md:flex flex-col py-stack-md px-stack-sm gap-y-1 bg-surface-container-low dark:bg-surface-container-low border-r border-outline-variant h-full w-64">
<div class="px-4 mb-6">
<h2 class="font-headline-sm text-headline-sm text-primary">Instellingen</h2>
<p class="font-body-sm text-body-sm text-on-surface-variant opacity-70">DockDeck Configuratie</p>
</div>
<nav class="flex flex-col gap-1">
<a class="flex items-center gap-3 px-4 py-3 text-on-surface-variant hover:bg-surface-container-high hover:text-on-surface rounded-lg font-body-sm text-body-sm transition-all" href="#">
<span class="material-symbols-outlined">settings</span>
<span>Algemeen</span>
</a>
<a class="flex items-center gap-3 px-4 py-3 bg-secondary-container text-on-secondary-container rounded-lg font-medium font-body-sm text-body-sm transition-all scale-[0.98]" href="#">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">grid_view</span>
<span>Apps</span>
</a>
<a class="flex items-center gap-3 px-4 py-3 text-on-surface-variant hover:bg-surface-container-high hover:text-on-surface rounded-lg font-body-sm text-body-sm transition-all" href="#">
<span class="material-symbols-outlined">star</span>
<span>Favorieten</span>
</a>
<a class="flex items-center gap-3 px-4 py-3 text-on-surface-variant hover:bg-surface-container-high hover:text-on-surface rounded-lg font-body-sm text-body-sm transition-all" href="#">
<span class="material-symbols-outlined">category</span>
<span>Categorieën</span>
</a>
<a class="flex items-center gap-3 px-4 py-3 text-on-surface-variant hover:bg-surface-container-high hover:text-on-surface rounded-lg font-body-sm text-body-sm transition-all" href="#">
<span class="material-symbols-outlined">palette</span>
<span>Weergave</span>
</a>
<a class="flex items-center gap-3 px-4 py-3 text-on-surface-variant hover:bg-surface-container-high hover:text-on-surface rounded-lg font-body-sm text-body-sm transition-all" href="#">
<span class="material-symbols-outlined">extension</span>
<span>Integraties</span>
</a>
<a class="flex items-center gap-3 px-4 py-3 text-on-surface-variant hover:bg-surface-container-high hover:text-on-surface rounded-lg font-body-sm text-body-sm transition-all" href="#">
<span class="material-symbols-outlined">settings_backup_restore</span>
<span>Back-up en herstel</span>
</a>
</nav>
</aside>
<!-- Main Content Area -->
<main class="flex-1 flex flex-col overflow-y-auto custom-scrollbar bg-background">
<!-- Hero Header Section -->
<section class="px-gutter pt-stack-lg pb-stack-md max-w-container-max mx-auto w-full">
<div class="flex flex-col md:flex-row md:items-end justify-between gap-4">
<div>
<nav class="flex items-center gap-2 mb-2">
<span class="font-label-caps text-label-caps text-on-surface-variant opacity-60">Instellingen</span>
<span class="material-symbols-outlined text-[12px] text-on-surface-variant">chevron_right</span>
<span class="font-label-caps text-label-caps text-primary">Apps</span>
</nav>
<h1 class="font-headline-lg text-headline-lg text-on-surface">App Beheer</h1>
<p class="font-body-md text-body-md text-on-surface-variant mt-2 max-w-2xl">
DockDeck leest beschikbare apps uit Unraid-metadata en haalt hun actuele status op via een beperkte read-only Docker Proxy. Nieuwe apps zijn standaard verborgen.
</p>
</div>
<div class="flex items-center gap-2 bg-surface-container-low px-4 py-2 rounded-lg border border-outline-variant/30">
<span class="w-2 h-2 rounded-full bg-secondary animate-pulse" id="sync-dot"></span>
<span class="font-status-label text-status-label text-on-surface-variant">
Statussen worden bij het openen en daarna ongeveer iedere 30 seconden bijgewerkt.
</span>
</div>
</div>
</section>
<!-- Interactive Content Section -->
<section class="px-gutter pb-stack-lg max-w-container-max mx-auto w-full">
<!-- Filters -->
<div class="flex flex-wrap items-center gap-2 mb-6">
<button class="px-4 py-2 bg-primary-container text-on-primary-container font-body-sm text-body-sm rounded-lg hover:opacity-90 transition-all">Alles</button>
<button class="px-4 py-2 bg-surface-container-high text-on-surface font-body-sm text-body-sm rounded-lg hover:bg-surface-container-highest transition-all">Zichtbaar</button>
<button class="px-4 py-2 bg-surface-container-high text-on-surface font-body-sm text-body-sm rounded-lg hover:bg-surface-container-highest transition-all">Verborgen</button>
<button class="px-4 py-2 bg-surface-container-high text-on-surface font-body-sm text-body-sm rounded-lg border border-secondary/30 hover:bg-surface-container-highest transition-all flex items-center gap-2">
<span>Nieuw ontdekt</span>
<span class="bg-secondary text-on-secondary text-[10px] px-1.5 rounded-full">3</span>
</button>
</div>
<!-- Apps Table -->
<div class="glass-card rounded-xl overflow-hidden">
<div class="absolute left-0 top-0 bottom-0 w-1 bg-secondary shadow-[0_0_10px_#4edea3]"></div><table class="w-full text-left border-collapse">
<thead>
<tr class="bg-surface-container-high/50 border-b border-outline-variant">
<th class="px-6 py-4 font-label-caps text-label-caps text-on-surface-variant">App</th>
<th class="px-6 py-4 font-label-caps text-label-caps text-on-surface-variant">Status</th>
<th class="px-6 py-4 font-label-caps text-label-caps text-on-surface-variant">Categorie</th>
<th class="px-6 py-4 font-label-caps text-label-caps text-on-surface-variant">Zichtbaarheid</th>
<th class="px-6 py-4 font-label-caps text-label-caps text-on-surface-variant text-right">Actie</th>
</tr>
</thead>
<tbody class="divide-y divide-outline-variant/30">
<!-- Row 1 -->
<tr class="hover:bg-surface-container-high/30 transition-all group">
<td class="px-6 py-4">
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center p-2">
<span class="material-symbols-outlined text-primary text-2xl">router</span>
</div>
<div>
<div class="font-body-md text-body-md text-on-surface">Plex Media Server</div>
<div class="text-[10px] text-on-surface-variant opacity-60">plex-linuxserver</div>
</div>
</div>
</td>
<td class="px-6 py-4">
<div class="flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-secondary"></span>
<span class="font-status-label text-status-label text-on-surface">Online</span>
</div>
</td>
<td class="px-6 py-4">
<span class="px-3 py-1 bg-surface-container text-on-surface-variant font-body-sm text-body-sm rounded-full border border-outline-variant">Media</span>
</td>
<td class="px-6 py-4">
<div class="flex items-center">
<label class="relative inline-flex items-center cursor-pointer">
<input checked="" class="sr-only peer" type="checkbox"/>
<div class="w-11 h-6 bg-surface-container-highest rounded-full peer peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-primary-container"></div>
<span class="ml-3 font-body-sm text-body-sm text-on-surface-variant">Zichtbaar</span>
</label>
</div>
</td>
<td class="px-6 py-4 text-right">
<button class="font-label-caps text-label-caps text-primary hover:underline px-4 py-1.5 rounded transition-all">Bewerken</button>
</td>
</tr>
<!-- Row 2 -->
<tr class="hover:bg-surface-container-high/30 transition-all group">
<td class="px-6 py-4">
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center p-2">
<span class="material-symbols-outlined text-primary text-2xl">terminal</span>
</div>
<div>
<div class="font-body-md text-body-md text-on-surface">Home Assistant</div>
<div class="text-[10px] text-on-surface-variant opacity-60">ha-core</div>
</div>
</div>
</td>
<td class="px-6 py-4">
<div class="flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-secondary"></span>
<span class="font-status-label text-status-label text-on-surface">Online</span>
</div>
</td>
<td class="px-6 py-4">
<span class="px-3 py-1 bg-surface-container text-on-surface-variant font-body-sm text-body-sm rounded-full border border-outline-variant">Domotica</span>
</td>
<td class="px-6 py-4">
<div class="flex items-center">
<label class="relative inline-flex items-center cursor-pointer">
<input checked="" class="sr-only peer" type="checkbox"/>
<div class="w-11 h-6 bg-surface-container-highest rounded-full peer peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-primary-container"></div>
<span class="ml-3 font-body-sm text-body-sm text-on-surface-variant">Zichtbaar</span>
</label>
</div>
</td>
<td class="px-6 py-4 text-right">
<button class="font-label-caps text-label-caps text-primary hover:underline px-4 py-1.5 rounded transition-all">Bewerken</button>
</td>
</tr>
<!-- Row 3 (Hidden) -->
<tr class="hover:bg-surface-container-high/30 transition-all group opacity-60">
<td class="px-6 py-4">
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center p-2">
<span class="material-symbols-outlined text-primary text-2xl">cloud</span>
</div>
<div>
<div class="font-body-md text-body-md text-on-surface">Nextcloud</div>
<div class="text-[10px] text-on-surface-variant opacity-60">nextcloud-aio</div>
</div>
</div>
</td>
<td class="px-6 py-4">
<div class="flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-error"></span>
<span class="font-status-label text-status-label text-on-surface">Offline</span>
</div>
</td>
<td class="px-6 py-4">
<span class="px-3 py-1 bg-surface-container text-on-surface-variant font-body-sm text-body-sm rounded-full border border-outline-variant">Opslag</span>
</td>
<td class="px-6 py-4">
<div class="flex items-center">
<label class="relative inline-flex items-center cursor-pointer">
<input class="sr-only peer" type="checkbox"/>
<div class="w-11 h-6 bg-surface-container-highest rounded-full peer peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-primary-container"></div>
<span class="ml-3 font-body-sm text-body-sm text-on-surface-variant">Verborgen</span>
</label>
</div>
</td>
<td class="px-6 py-4 text-right">
<button class="font-label-caps text-label-caps text-primary hover:underline px-4 py-1.5 rounded transition-all">Bewerken</button>
</td>
</tr>
<!-- Row 4 (New) -->
<tr class="hover:bg-surface-container-high/30 transition-all group relative overflow-hidden">
<td class="px-6 py-4">
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center p-2">
<span class="material-symbols-outlined text-primary text-2xl">dns</span>
</div>
<div>
<div class="font-body-md text-body-md text-on-surface flex items-center gap-2">
Pi-hole
<span class="bg-secondary/10 text-secondary text-[10px] font-bold px-1.5 py-0.5 rounded border border-secondary/20">NIEUW</span>
</div>
<div class="text-[10px] text-on-surface-variant opacity-60">pihole-official</div>
</div>
</div>
</td>
<td class="px-6 py-4">
<div class="flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-secondary"></span>
<span class="font-status-label text-status-label text-on-surface">Online</span>
</div>
</td>
<td class="px-6 py-4">
<span class="px-3 py-1 bg-surface-container text-on-surface-variant font-body-sm text-body-sm rounded-full border border-outline-variant">Netwerk</span>
</td>
<td class="px-6 py-4">
<div class="flex items-center">
<label class="relative inline-flex items-center cursor-pointer">
<input class="sr-only peer" type="checkbox"/>
<div class="w-11 h-6 bg-surface-container-highest rounded-full peer peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-primary-container"></div>
<span class="ml-3 font-body-sm text-body-sm text-on-surface-variant">Verborgen</span>
</label>
</div>
</td>
<td class="px-6 py-4 text-right">
<button class="font-label-caps text-label-caps text-primary hover:underline px-4 py-1.5 rounded transition-all">Bewerken</button>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Dashboard Portal Visualization -->
<div class="mt-12 grid grid-cols-1 md:grid-cols-2 gap-8 items-center bg-surface-container-low p-8 rounded-2xl border border-outline-variant/30">
<div>
<h3 class="font-headline-md text-headline-md text-on-surface mb-3">Live Dashboard Preview</h3>
<p class="font-body-sm text-body-sm text-on-surface-variant mb-6">
Instellingen worden direct toegepast op je startscherm. De verborgen apps zijn alleen zichtbaar in dit beheeroverzicht.
</p>
<div class="flex gap-4">
<div class="flex flex-col items-center gap-2">
<div class="w-12 h-12 rounded-xl glass-card flex items-center justify-center">
<span class="material-symbols-outlined text-primary">router</span>
</div>
<span class="text-[10px] text-on-surface-variant">Plex</span>
</div>
<div class="flex flex-col items-center gap-2">
<div class="w-12 h-12 rounded-xl glass-card flex items-center justify-center">
<span class="material-symbols-outlined text-primary">terminal</span>
</div>
<span class="text-[10px] text-on-surface-variant">Home Assistant</span>
</div>
<div class="flex flex-col items-center gap-2 opacity-30 border border-dashed border-outline rounded-xl p-0.5">
<div class="w-12 h-12 rounded-xl flex items-center justify-center bg-transparent">
<span class="material-symbols-outlined text-on-surface-variant">add</span>
</div>
<span class="text-[10px] text-on-surface-variant">Verborgen</span>
</div>
</div>
</div>
<div class="h-48 relative overflow-hidden rounded-xl border border-outline-variant/30 bg-surface-container-lowest">
<div class="absolute inset-0 flex flex-col items-center justify-center text-center p-6 bg-gradient-to-t from-surface-container-lowest to-transparent">
<span class="material-symbols-outlined text-secondary text-4xl mb-2">auto_awesome</span>
<h4 class="font-headline-sm text-headline-sm text-on-surface">Auto-Sync Actief</h4>
<p class="font-body-sm text-body-sm text-on-surface-variant">Sync met Unraid API voltooid 2m geleden</p>
</div>
</div>
</div>
</section>
</main>
</div>
<!-- Micro-interactions Script -->
<script>
// Simulate sync pulse
const syncDot = document.getElementById('sync-dot');
setInterval(() => {
syncDot.classList.remove('animate-pulse');
void syncDot.offsetWidth; // trigger reflow
syncDot.classList.add('animate-pulse');
}, 30000);
// Simple visibility toggle label update
document.querySelectorAll('input[type="checkbox"]').forEach(checkbox => {
checkbox.addEventListener('change', (e) => {
const label = e.target.nextElementSibling.nextElementSibling;
const row = e.target.closest('tr');
if (e.target.checked) {
label.textContent = "Zichtbaar";
row.classList.remove('opacity-60');
} else {
label.textContent = "Verborgen";
row.classList.add('opacity-60');
}
});
});
</script>
</body></html>