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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user