dokploy_infrastructure
Manage application infrastructure by creating and deleting ports, adding or removing authentication credentials, and listing, retrieving, creating, or removing SSL certificates for your Dokploy resources.
Instructions
Manage ports, auth, certs. createPort: applicationId+publishedPort+targetPort. deletePort: portId. createAuth: applicationId+username+password. deleteAuth: securityId. listCerts: all. getCert: certificateId. createCert: name+certificateData+privateKey. removeCert: certificateId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| action | Yes | ||
| portId | No | ||
| password | No | ||
| protocol | No | ||
| serverId | No | ||
| username | No | ||
| autoRenew | No | ||
| privateKey | No | PEM format | |
| securityId | No | ||
| targetPort | No | ||
| publishMode | No | ||
| applicationId | No | ||
| certificateId | No | ||
| publishedPort | No | ||
| certificateData | No | PEM format |