feat: settings page — PipeWire audio device + remote Whisper/Ollama config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-01 20:48:56 +02:00
parent 81fbbfb56e
commit 0bdc0a5e42
4 changed files with 223 additions and 0 deletions
+5
View File
@@ -44,6 +44,11 @@ async def logo():
return FileResponse(str(FRONTEND_DIR / "logo.svg"), media_type="image/svg+xml")
@app.get("/settings.js")
async def settingsjs():
return FileResponse(str(FRONTEND_DIR / "settings.js"))
# ── PID file ───────────────────────────────────────────────────────────────────
def write_pid(pid_path: str):