We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create a Docker image app:
ghcr.io/incredible-zetta/crm:v0.0.1-beta
Port:
8080
Domain example:
https://crm.example.com
Set BASE_URL to the same public URL.
BASE_URL
Create a MySQL 8 resource in Coolify, then build:
DB_DSN=user:password@tcp(mysql-host:3306)/crmagents?parseTime=true&multiStatements=true
Use the internal service hostname shown by Coolify, not localhost.
localhost
MCP_API_KEY=<long random secret> BASE_URL=https://crm.example.com DB_DSN=<mysql dsn> EXPORT_DIR=/data/exports
Add persistent volume:
/data/exports
GET /healthz
/mcp
MCP_API_KEY