dokploy_infrastructure
Manage ports, authentication, and certificates for applications. Create or delete port mappings, set up auth credentials, and handle SSL certificates.
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 |