13 lines
502 B
Text
13 lines
502 B
Text
|
|
{
|
||
|
|
name = "twenty",
|
||
|
|
version = "1.0.0",
|
||
|
|
description = "Open-source CRM (Salesforce alternative, Node.js) with Valkey queue and PostgreSQL backend — deploys server + worker",
|
||
|
|
tags = ["crm", "webapp", "nodejs", "valkey", "postgresql"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = [],
|
||
|
|
provides = [{ id = "twenty", version = "latest", interface = "twenty" }],
|
||
|
|
requires = [{ capability = "storage", kind = 'Mandatory }],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = [],
|
||
|
|
}
|