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

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ASR · TTS 콘솔</title>
<title>Speech 콘솔</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
@@ -11,7 +11,7 @@
<header class="page-header">
<div class="header-row">
<div>
<h1>ASR · TTS 콘솔</h1>
<h1>Speech 콘솔</h1>
<p class="muted">음성 인식(ASR)과 음성 합성(TTS)을 한 곳에서</p>
</div>
<a href="/auth/logout" class="btn-secondary logout-link" title="로그아웃">로그아웃</a>