Devlog-Endpoint: Bot postet Devlogs selbst — gebrandet, mit Bilder-Grid
- POST /webhooks/devlog/<secret> — Discord-Webhook-kompatibel (JSON + Multipart), devlog.py braucht nur die neue URL in tools/.devlog_webhook - Bot postet Embed in Brand-Gelb mit 'D4RKST3R // DEVLOG'-Footer, bis zu 4 Bilder als Grid (Embed-Gruppierung über gemeinsame URL) - Direkt-Archivierung inkl. Bilder (kein Umweg über den Live-Listener) - Neue Env-Var DEVLOG_POST_SECRET, README-Abschnitt neu geschrieben Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
||||
DISCORD_GUILD_ID: ${DISCORD_GUILD_ID:-}
|
||||
COMMIT_CHANNEL_ID: ${COMMIT_CHANNEL_ID}
|
||||
DEVLOG_CHANNEL_ID: ${DEVLOG_CHANNEL_ID}
|
||||
DEVLOG_POST_SECRET: ${DEVLOG_POST_SECRET}
|
||||
GITEA_WEBHOOK_SECRET: ${GITEA_WEBHOOK_SECRET}
|
||||
DISCORD_CLIENT_SECRET: ${DISCORD_CLIENT_SECRET}
|
||||
SESSION_SECRET: ${SESSION_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user