Update date in json (#4659)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-05-22 14:28:33 +01:00 committed by GitHub
parent 0f8932b125
commit ba3de8d080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,41 +1,40 @@
{ {
"name": "FreePBX", "name": "FreePBX",
"slug": "freepbx", "slug": "freepbx",
"categories": [ "categories": [
0 0
], ],
"date_created": "2025-03-10", "date_created": "2025-05-22",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://sangomakb.atlassian.net/wiki/spaces/FP/overview?homepageId=8454359", "documentation": "https://sangomakb.atlassian.net/wiki/spaces/FP/overview?homepageId=8454359",
"website": "https://www.freepbx.org/", "website": "https://www.freepbx.org/",
"logo": "https://avatars.githubusercontent.com/u/696423?s=200&v=4", "logo": "https://avatars.githubusercontent.com/u/696423?s=200&v=4",
"config_path": "", "config_path": "",
"description": "FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server.", "description": "FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/freepbx.sh", "script": "ct/freepbx.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 10, "hdd": 10,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"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", "text": "This script uses the official FreePBX install script. Check it here: https://github.com/FreePBX/sng_freepbx_debian_install",
"type": "info" "type": "info"
} }
] ]
} }