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:
@@ -16,7 +16,7 @@ from core.auth import SESSION_SECRET_KEY, require_login
|
||||
from core.auth import router as auth_router
|
||||
from tts.router import router as tts_router
|
||||
|
||||
app = FastAPI(title="ASR/TTS Gateway", docs_url="/docs", redoc_url="/redoc")
|
||||
app = FastAPI(title="Speech Gateway", docs_url="/docs", redoc_url="/redoc")
|
||||
app.add_middleware(
|
||||
SessionMiddleware,
|
||||
secret_key=SESSION_SECRET_KEY,
|
||||
|
||||
Reference in New Issue
Block a user