mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-18 22:02:55 -05:00
Migrated all 80 app JSON files to place config_path inside each install_methods object instead of at the root level. This allows different install methods (e.g. Debian vs Alpine) to have distinct config paths. Also updated AGENTS.md JSON structure example to reflect the change.
49 lines
1.3 KiB
JSON
49 lines
1.3 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-crm.webp",
|
|
"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",
|
|
"config_path": "/opt/twenty/.env",
|
|
"resources": {
|
|
"cpu": 4,
|
|
"ram": 10240,
|
|
"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"
|
|
}
|
|
]
|
|
}
|