- Reduce defaults: 4 CPU/8GB → 2 CPU/4GB (official min is 2GB) - Node.js heap: 512MB server, 384MB worker (runtime) - Build-time heap: 3072MB (only during compilation) - PG pool: reduce to 5 connections - PostgreSQL: tune shared_buffers/work_mem/effective_cache_size - Redis: cap at 64MB with noeviction policy - Unset NODE_OPTIONS after build to not leak into runtime
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "Twenty",
|
|
"slug": "twenty",
|
|
"categories": [
|
|
25
|
|
],
|
|
"date_created": "2026-02-22",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3000,
|
|
"documentation": "https://docs.twenty.com/",
|
|
"website": "https://twenty.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/twenty.webp",
|
|
"config_path": "/opt/twenty/.env",
|
|
"description": "Twenty is a modern open-source CRM platform that helps you manage customer relationships, track deals, and organize contacts with a clean and powerful interface.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/twenty.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 20,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "First visit will prompt you to create a workspace and admin account.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Building from source requires significant resources and takes 10-15 minutes.",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "Update SERVER_URL in /opt/twenty/.env if accessing from a different hostname.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |