• fix(infra): add POCKET_TTS_URL to backend and runner services
    Some checks failed
    CI / Backend (push) Successful in 27s
    Release / Test backend (push) Successful in 39s
    CI / UI (push) Successful in 48s
    Release / Check ui (push) Successful in 25s
    CI / UI (pull_request) Successful in 25s
    CI / Backend (pull_request) Successful in 45s
    Release / Docker / caddy (push) Successful in 1m7s
    Release / Docker / backend (push) Successful in 2m17s
    Release / Docker / ui (push) Successful in 2m9s
    Release / Docker / runner (push) Failing after 3m34s
    Release / Gitea Release (push) Has been skipped

    kamil released this 2026-03-28 20:54:04 +05:00

    Backend was missing POCKET_TTS_URL entirely — pocketTTSClient was nil
    so voices() only returned 67 Kokoro voices. Runner already had the var
    via Doppler but it was absent from the compose environment block.

    Also fix stray leading space on backend environment: key (YAML parse error).

    Verified: /api/voices now returns 87 voices (67 kokoro + 20 pocket-tts).

    Downloads