This website requires JavaScript.
Explore
Help
Sign In
Dokploy
/
dokploy
Watch
1
Star
0
Fork
0
You've already forked dokploy
mirror of
https://github.com/Dokploy/dokploy.git
synced
2026-06-20 14:45:42 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9b81d15b0c3dd4adff39e24bace846ede68259c0
dokploy
/
apps
/
dokploy
/
server
History
HarikrishnanD
9b81d15b0c
feat(ai): send Gemini API key as query param when listing models packages/server/src/utils/ai/select-ai-provider.ts: add "gemini" case using createOpenAICompatible with queryParams: { key: config.apiKey } and empty headers. apps/dokploy/server/api/routers/ai.ts: update "gemini" models fetch to call ${input.apiUrl}/models?key=${encodeURIComponent(input.apiKey)} with empty headers.
2025-10-09 13:45:47 +05:30
..
api
feat(ai): send Gemini API key as query param when listing models packages/server/src/utils/ai/select-ai-provider.ts: add "gemini" case using createOpenAICompatible with queryParams: { key: config.apiKey } and empty headers. apps/dokploy/server/api/routers/ai.ts: update "gemini" models fetch to call ${input.apiUrl}/models?key=${encodeURIComponent(input.apiKey)} with empty headers.
2025-10-09 13:45:47 +05:30
db
Reapply "refactor: update database connection handling and remove unused migra…"
2025-08-24 23:49:48 -06:00
queues
fix(redis-connection): update Redis host configuration to use environment variable for production
2025-03-23 23:43:38 -06:00
utils
feat(deployment): add cancellation functionality for deployments
2025-09-06 21:53:15 -06:00
wss
refactor: replace getPublicIpWithFallback with getLocalServerIp for improved local IP retrieval
2025-09-20 23:57:38 -06:00
server.ts
fix(deployment): reintroduce deployment cancellation during server initialization
2025-09-27 02:21:02 -06:00