docs: add YouTube thumbnail download to documentation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Martin Porwoll 2026-02-14 12:33:31 +00:00
parent 6ffe6e756c
commit 8907653744
2 changed files with 10 additions and 3 deletions

View file

@ -448,6 +448,7 @@ Das System unterstützt Deutsch (default) und Englisch:
- **Community Sync:** https://pl.porwoll.tech/api/community/sync (POST: Trigger, GET: Status) - **Community Sync:** https://pl.porwoll.tech/api/community/sync (POST: Trigger, GET: Status)
- **Community Stats:** https://pl.porwoll.tech/api/community/stats (GET, Auth erforderlich) - **Community Stats:** https://pl.porwoll.tech/api/community/stats (GET, Auth erforderlich)
- **Meta OAuth:** https://pl.porwoll.tech/api/auth/meta (GET, startet OAuth-Flow) - **Meta OAuth:** https://pl.porwoll.tech/api/auth/meta (GET, startet OAuth-Flow)
- **YouTube Thumbnail Bulk:** https://pl.porwoll.tech/api/youtube/thumbnails/bulk (POST, Super-Admin)
## Security-Features ## Security-Features
@ -1489,4 +1490,4 @@ ssh payload@162.55.85.18
### Scripts & Backup ### Scripts & Backup
- `scripts/backup/README.md` - Backup-System Dokumentation - `scripts/backup/README.md` - Backup-System Dokumentation
*Letzte Aktualisierung: 13.02.2026 (Community Management Doku, Sync-Endpoint Fix: UnifiedSyncService statt YouTube-only)* *Letzte Aktualisierung: 14.02.2026 (YouTube Thumbnail-Download, Bulk-Endpoint, Channel-Image-Hook)*

View file

@ -121,7 +121,7 @@ Organisation: **complexcaresolutions** (Internal)
| Priorität | Aufgabe | Status | | Priorität | Aufgabe | Status |
|-----------|---------|--------| |-----------|---------|--------|
| ✅ | Meta (Facebook/Instagram) Kommentar-Sync | Erledigt | | ✅ | Meta (Facebook/Instagram) Kommentar-Sync | Erledigt |
| 🟡 | YouTube Thumbnail-Download für Offline-Anzeige | Geplant | | ✅ | YouTube Thumbnail-Download für Offline-Anzeige | Erledigt |
--- ---
@ -130,7 +130,7 @@ Organisation: **complexcaresolutions** (Internal)
### Kurzfristig (diese Woche) ### Kurzfristig (diese Woche)
1. [x] ~~Meta (Facebook/Instagram) Kommentar-Synchronisation fertigstellen~~ 1. [x] ~~Meta (Facebook/Instagram) Kommentar-Synchronisation fertigstellen~~
2. [ ] YouTube Thumbnail-Download für Offline-Anzeige 2. [x] ~~YouTube Thumbnail-Download für Offline-Anzeige~~
### Mittelfristig (Februar/März 2026) ### Mittelfristig (Februar/März 2026)
@ -206,6 +206,12 @@ pm2 logs payload
## 📝 Änderungsprotokoll ## 📝 Änderungsprotokoll
### 14.02.2026 ### 14.02.2026
- **YouTube Thumbnail-Download implementiert:**
- `downloadAndUploadImage()` Utility für Bild-Download → Payload Media
- afterChange Hook auf YouTubeContent: Auto-Download bei leerem Thumbnail
- afterChange Hook auf YouTubeChannels: Auto-Download Kanalbild
- Bulk-Endpoint: `POST /api/youtube/thumbnails/bulk` (Super-Admin)
- `channelThumbnailUrl` Feld zu YouTubeChannels hinzugefügt
- **Meta Kommentar-Sync abgeschlossen:** - **Meta Kommentar-Sync abgeschlossen:**
- `/api/community/sync` verwendet jetzt UnifiedSyncService (alle Plattformen) - `/api/community/sync` verwendet jetzt UnifiedSyncService (alle Plattformen)
- Vorher: Nur YouTube-Sync über Legacy-Service - Vorher: Nur YouTube-Sync über Legacy-Service