From 2c435cfc5b8d8dfc552896ab6c6ad5f28c451e63 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 13 May 2025 09:32:39 +0200 Subject: [PATCH] Add asterisk json --- frontend/public/json/asterisk.json | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 frontend/public/json/asterisk.json diff --git a/frontend/public/json/asterisk.json b/frontend/public/json/asterisk.json new file mode 100644 index 0000000..956e405 --- /dev/null +++ b/frontend/public/json/asterisk.json @@ -0,0 +1,36 @@ +{ + "name": "Asterisk", + "slug": "asterisk", + "categories": [ + 0, + 4 + ], + "date_created": "2025-05-13", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": null, + "documentation": "https://docs.asterisk.org/", + "config_path": "/etc/asterisk", + "website": "https://asterisk.org/", + "logo": "https://docs.asterisk.org/favicon.ico", + "description": "Asterisk is an open-source framework for building communications applications, most commonly used as a phone system (PBX). Developed by Digium (now part of Sangoma), it turns a standard computer into a powerful telephony server.", + "install_methods": [ + { + "type": "default", + "script": "ct/asterisk.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 4, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file