cPanel
Deploy and operate applications on cPanel accounts with API access.
Example configuration
The provider block
{
"provider": "cpanel",
"host": "cpanel.example.com",
"port": 2083,
"username": "myuser",
"api_token": "${CPANEL_API_TOKEN}",
"deployment_method": "auto"
}Configuration guidance
What belongs where
Provider block
Define credentials and connection settings in the provider block. Keep secrets outside version control and inject them through environment variables where possible.
Project mapping
Reference this provider from project profiles only after the provider-level credentials and provider-specific identifiers have been validated.