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 06:35:22 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9b81d15b0c3dd4adff39e24bace846ede68259c0
dokploy
/
packages
/
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
..
scripts
fix(server): update build paths
2024-10-26 15:48:30 -06:00
src
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
auth-schema.ts
Reapply "Merge branch 'canary' into kucherenko/canary"
2025-03-02 00:30:02 -06:00
esbuild.config.ts
Refactor and update various components in the Dokploy application, enhancing functionality and fixing minor issues across multiple pages and features, including dashboard, settings, and API integrations.
2025-08-16 20:18:08 -06:00
package.json
chore: downgrade better-auth to version v1.2.8-beta.7 in package.json files and update dependencies in pnpm-lock.yaml
2025-10-04 21:51:50 -06:00
tsconfig.json
Revert "chore: disable TypeScript declaration generation in server tsconfig"
2025-02-23 00:13:35 -06:00
tsconfig.server.json
Reapply "Merge branch 'canary' into kucherenko/canary"
2025-03-02 00:30:02 -06:00