Remove FoodLabs/Mealie tile (was only a test service)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
Brain.md
11
Brain.md
@@ -18,18 +18,17 @@ Eine ansprechende Landing Page fuer mischlabs.de, die alle Dienste als Kacheln m
|
||||
- Subdomain: auth.mischlabs.de
|
||||
- Siehe auth/Brain.md fuer Details
|
||||
|
||||
## Dienste-Uebersicht (9 Stueck)
|
||||
## Dienste-Uebersicht (8 Stueck)
|
||||
| # | Subdomain | Beschreibung | Farbe/Accent |
|
||||
|---|-----------|-------------|--------------|
|
||||
| 1 | drive.mischlabs.de | Cloud-Speicher | #4285f4 (Blau) |
|
||||
| 2 | git.mischlabs.de | Code-Repositories | #f05033 (Rot) |
|
||||
| 3 | movies.mischlabs.de | Filme & Serien | #a855f7 (Lila) |
|
||||
| 4 | audiobook.mischlabs.de | Hoerbuecher | #22c55e (Gruen) |
|
||||
| 5 | foodlabs.mischlabs.de | Rezepte | #f97316 (Orange) |
|
||||
| 6 | password.mischlabs.de | Passwort-Manager | #eab308 (Gelb) |
|
||||
| 7 | docs.mischlabs.de | Dokumentation | #06b6d4 (Cyan) |
|
||||
| 8 | michess.mischlabs.de | Schach | #10b981 (Gruen) |
|
||||
| 9 | tom.mischlabs.de | Persoenliche Seite | #ec4899 (Pink) |
|
||||
| 5 | password.mischlabs.de | Passwort-Manager | #eab308 (Gelb) |
|
||||
| 6 | docs.mischlabs.de | Dokumentation | #06b6d4 (Cyan) |
|
||||
| 7 | michess.mischlabs.de | Schach | #10b981 (Gruen) |
|
||||
| 8 | tom.mischlabs.de | Persoenliche Seite | #ec4899 (Pink) |
|
||||
|
||||
## Technische Entscheidungen
|
||||
- **Reines HTML + CSS** (kein Framework, kein JS) - maximale Performance, minimales Docker-Image
|
||||
|
||||
17
index.html
17
index.html
@@ -82,23 +82,6 @@
|
||||
<span class="card-domain">audiobook.mischlabs.de</span>
|
||||
</a>
|
||||
|
||||
<a href="https://foodlabs.mischlabs.de" class="card" target="_blank" rel="noopener">
|
||||
<div class="card-icon" style="--accent: #f97316;">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M18 8h1a4 4 0 0 1 0 8h-1"/>
|
||||
<path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"/>
|
||||
<line x1="6" y1="1" x2="6" y2="4"/>
|
||||
<line x1="10" y1="1" x2="10" y2="4"/>
|
||||
<line x1="14" y1="1" x2="14" y2="4"/>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<h2>FoodLabs</h2>
|
||||
<p>Rezepte</p>
|
||||
</div>
|
||||
<span class="card-domain">foodlabs.mischlabs.de</span>
|
||||
</a>
|
||||
|
||||
<a href="https://password.mischlabs.de" class="card" target="_blank" rel="noopener">
|
||||
<div class="card-icon" style="--accent: #eab308;">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
|
||||
Reference in New Issue
Block a user