Rename project from asr-v2 to speech

The project now covers both ASR and TTS, so "asr-v2" no longer fits.
Renames: quadlet (asr-v2.container -> speech.container, container
name, image tag), build.sh, FastAPI/UI title, and the OIDC env var
prefix (ASR_V2_* -> SPEECH_*, matching the renamed Authentik
provider/application slug "speech"). Internal Python packages
(asr/, tts/, core/) were already named generically and don't change.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
du5t
2026-06-18 15:25:56 +09:00
parent 6b9a9cce8f
commit 665ff8a659
5 changed files with 15 additions and 15 deletions

View File

@@ -1,11 +1,11 @@
[Unit]
Description=ASR v2 (faster-whisper + Qwen3-ASR)
Description=Speech (ASR + TTS)
After=network-online.target
Wants=network-online.target
[Container]
ContainerName=asr-v2
Image=localhost/asr-v2:latest
ContainerName=speech
Image=localhost/speech:latest
Network=proxy
User=983:983
PublishPort=172.30.1.41:18101:8000