Skip to main content

Create an application (UI)

In this page

Route

/applications/new (CreateApplicationPage).

API

POST /api/v1/applications with CreateApplicationDto (see Swagger): includes serverId, name, type, runtime, optional git fields, ports, commands.

Successful create also inserts a Deployment row and either:

  • enqueues BullMQ job deploy on queue panel, or
  • calls finishDeployLocal when PANEL_DISABLE_QUEUE=1 (no worker adapter run).

Worker

Runtime handling is described in Runtime matrix. For real adapter work, run apps/worker with Redis and do not disable the queue unless you understand the inline shortcut.

After create, detail view lives at /applications/:id.