dokploy/apps/api
Mauricio Siu 08c9113405 feat: implement deployment jobs API and enhance queue management
Added a new endpoint to fetch deployment jobs for a server, integrating with the Inngest API to retrieve job details. Updated the queue management system to support centralized job retrieval for cloud environments, improving the deployment monitoring experience. Enhanced the UI to include action buttons for job cancellation and improved error handling for job fetching.
2026-03-03 01:04:26 -06:00
..
src feat: implement deployment jobs API and enhance queue management 2026-03-03 01:04:26 -06:00
.env.example feat: add api to handle license api keys 2024-08-25 20:10:20 -06:00
.gitignore feat: add api to handle license api keys 2024-08-25 20:10:20 -06:00
package.json chore: update build scripts to use rimraf for cleaning dist directory and add rimraf as a dependency in relevant package.json files 2026-02-24 23:17:14 -06:00
README.md feat: add api to handle license api keys 2024-08-25 20:10:20 -06:00
tsconfig.json refactor(dokploy): update status 2024-10-29 02:39:33 -06:00

npm install
npm run dev
open http://localhost:3000