Freepbx.json

This commit is contained in:
Michel Roegl-Brunner 2025-05-15 14:25:25 +02:00
parent d92fa651db
commit e6acb092b3

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"
}
]
} }