From f9593e494a578016fe8165a1013986909b56df62 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Thu, 23 Apr 2026 16:50:21 -0500 Subject: [PATCH] Allow ttsreader piper voice downloads --- apps/fc-ttsreader/fc-ttsreader.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/fc-ttsreader/fc-ttsreader.yaml b/apps/fc-ttsreader/fc-ttsreader.yaml index e4bb92c..31bfb02 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -40,6 +40,9 @@ spec: containers: - name: piper image: rhasspy/wyoming-piper:latest + env: + - name: PYTHONHTTPSVERIFY + value: "0" args: - "--voice" - "en_US-lessac-medium"