fix(feedback): Ntfy in Docker, ASCII-Titel und Skipper-Badge

NTFY_* an den Backend-Container durchreichen; En-Dash im Ntfy-Header durch ASCII-Strich ersetzen (ByteString-Fehler). Skipper-Badge klar als Account-Anzeige kennzeichnen; start-dev.sh prüft npm vor dem Start.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-30 13:16:59 +02:00
co-authored by Cursor
parent 1055a12dad
commit adf8ee9929
7 changed files with 105 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export async function sendFeedbackViaNtfy(payload: FeedbackPayload): Promise<voi
}
const categoryLabel = payload.category.charAt(0).toUpperCase() + payload.category.slice(1)
const title = `Kapteins Daagbok ${categoryLabel}`
const title = `Kapteins Daagbok - ${categoryLabel}`
const lines = [
payload.message,