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",
"script": "ct/freepbx.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 20,
"cpu": 2,
"ram": 2048,
"hdd": 10,
"os": "debian",
"version": "12"
}
@ -31,6 +31,11 @@
"username": 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"
}
]
}