From 2b6c2a166813973294e75ea4f325b1665f826e7b Mon Sep 17 00:00:00 2001 From: A75G <31223569+A75G@users.noreply.github.com> Date: Sat, 4 Apr 2020 02:36:16 +0300 Subject: [PATCH] freepbx15 --- templates/freepbx15.xml | 184 ++++++++++++++++++ .../icons/{freepbx.png => freepbx15.png} | Bin 2 files changed, 184 insertions(+) create mode 100644 templates/freepbx15.xml rename templates/icons/{freepbx.png => freepbx15.png} (100%) diff --git a/templates/freepbx15.xml b/templates/freepbx15.xml new file mode 100644 index 0000000..53fa679 --- /dev/null +++ b/templates/freepbx15.xml @@ -0,0 +1,184 @@ + + + freepbx + tiredofit/freepbx:15-latest + https://hub.docker.com/r/tiredofit/freepbx/ + bridge + + sh + false + https://hub.docker.com/r/tiredofit/freepbx/ + https://github.com/tiredofit/docker-freepbx/ + FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server. [br]Admin Setup http://hostname/admin/config.php &lt;- add /admin/config.php at the end [/br] + Productivity: Network:Voip Network:Messenger + http://[IP]:[PORT:80] + + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freepbx15.png + + + + 1585888120 + + + FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server. [br]Admin Setup http://hostname/admin/config.php &lt;- add /admin/config.php at the end [/br] + + bridge + + + 8150 + 80 + tcp + + + 4150 + 443 + tcp + + + 5060 + 5060 + udp + + + 5160 + 5160 + udp + + + 18000-18100 + 18000-18100 + udp + + + 4445 + 4445 + tcp + + + + + + /mnt/user/appdata/freepbx/data/ + /data + rw + + + /mnt/user/appdata/freepbx/logs/ + /var/log + rw + + + /mnt/user/appdata/freepbx/www/ + /var/www/html + rw + + + /mnt/user/appdata/freepbx/certs/ + /certs + rw + + + + + 10.0.10.5 + DB_HOST + + + + 3306 + DB_PORT + + + + test + DB_NAME + + + + test + DB_USER + + + + password + DB_PASS + + + + FALSE + DB_EMBEDDED + + + + TRUE + ENABLE_FAIL2BAN + + + + TRUE + ENABLE_FOP + + + + FALSE + ENABLE_SSL + + + + FALSE + ENABLE_XMPP + + + + + INSTALL_ADDITIONAL_MODULES + + + + 18000 + RTP_START + + + + 18100 + RTP_FINISH + + + + cert.pem + TLS_CERT + + + + key.pem + TLS_KEY + + + + + 8150 + 4150 + 5060 + 5160 + 18000-18100 + 4445 + /mnt/user/appdata/freepbx/data/ + /mnt/user/appdata/freepbx/logs/ + /mnt/user/appdata/freepbx/www/ + /mnt/user/appdata/freepbx/certs/ + 10.0.10.5 + 3306 + test + test + FALSE + TRUE + TRUE + FALSE + FALSE + + 18000 + 18100 + cert.pem + key.pem + password + \ No newline at end of file diff --git a/templates/icons/freepbx.png b/templates/icons/freepbx15.png similarity index 100% rename from templates/icons/freepbx.png rename to templates/icons/freepbx15.png