This commit is contained in:
CanbiZ 2025-05-15 14:26:05 +02:00
commit 89e5720cc2

View File

@ -19,9 +19,9 @@
"type": "default", "type": "default",
"script": "ct/freepbx.sh", "script": "ct/freepbx.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 2,
"ram": 1024, "ram": 2048,
"hdd": 20, "hdd": 10,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
@ -31,6 +31,11 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
{
"text": "This script uses the official FreePBX install script. Check it here: https://github.com/FreePBX/sng_freepbx_debian_install",
"type": "info"
}
]
} }