dokploy_infrastructure
Manage Docker ports, authentication, and SSL certificates for Dokploy applications. Create or delete port mappings, credentials, and certificates with PEM data.
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 |
|---|---|---|---|
| action | Yes | ||
| applicationId | No | ||
| publishedPort | No | ||
| targetPort | No | ||
| protocol | No | ||
| publishMode | No | ||
| portId | No | ||
| username | No | ||
| password | No | ||
| securityId | No | ||
| certificateId | No | ||
| name | No | ||
| certificateData | No | PEM format | |
| privateKey | No | PEM format | |
| autoRenew | No | ||
| serverId | No |