9router/src/app/api
anuragg-saxenaa 4638cf0e81 fix(ollama-local): support custom host URL for remote Ollama servers (closes #578)
Add a shared resolveOllamaLocalHost() helper and wire it through the
executor, models/validate/test routes, so users can point ollama-local
at a remote Ollama instance instead of being locked to localhost:11434.

Also expose the host as an "Ollama Host URL" field in AddApiKeyModal
(empty = default localhost:11434), making the option reachable from the
dashboard without hand-editing db.json.

Co-authored-by: anuragg-saxenaa <anuragg.saxenaa@gmail.com>
Made-with: Cursor
2026-04-22 10:45:46 +07:00
..
auth - Improved dashboard access control by blocking tunnel/Tailscale access when disabled. 2026-04-13 17:38:09 +07:00
cli-tools Refactor error handling and localDb structure, and fix usage tracking bug. 2026-04-17 12:15:10 +07:00
cloud feat : 2026-02-21 16:42:46 +07:00
combos refactor: update MITM bypass logic and enhance combo name validation 2026-03-19 22:47:32 +07:00
health Feat : Tailscale 2026-04-11 11:36:33 +07:00
init Initial commit 2026-01-05 09:58:59 +07:00
keys fix: custom model compatibility with antigravity/mitm (PR #250) 2026-03-06 16:44:16 +07:00
locale feat: add runtime i18n with English, Vietnamese, and Simplified Chinese support 2026-03-06 10:57:42 +07:00
media-providers/tts Feat : tts 2026-04-10 10:17:53 +07:00
models Feat : tts 2026-04-10 10:17:53 +07:00
oauth * feat(kiro): wire aws identity center device flow into provider oauth (#587) 2026-04-15 11:44:46 +07:00
pricing feat(usage): implement cost tracking backend and pricing configuration 2026-01-09 17:48:42 +07:00
provider-nodes Add optional modelID input for custom API Key Providers testing (#315) 2026-03-16 09:21:05 +07:00
providers fix(ollama-local): support custom host URL for remote Ollama servers (closes #578) 2026-04-22 10:45:46 +07:00
proxy-pools Enhance proxy functionality with Vercel relay support 2026-04-13 10:08:24 +07:00
settings Fix : noAuth support for providers and adjusted MITM restart settings. 2026-04-14 10:14:50 +07:00
shutdown fix(security)(app): unauthenticated server shutdown endpoint enables d (#519) 2026-04-08 15:39:09 +07:00
tags Initial commit 2026-01-05 09:58:59 +07:00
translator feat: enhance translator functionality and UI 2026-03-06 16:26:33 +07:00
tunnel Refactor error handling and localDb structure, and fix usage tracking bug. 2026-04-17 12:15:10 +07:00
usage Update GitHub Actions workflow for Docker image 2026-04-13 10:30:33 +07:00
v1 Enhance CodexExecutor with compact URL support 2026-04-14 10:18:27 +07:00
v1beta/models feat(gemini): convert OpenAI SSE to Gemini SSE format in /v1beta/models route (#225) 2026-03-02 09:36:08 +07:00
version Feat : console log 2026-03-02 09:31:16 +07:00