diff --git a/templates/freepbx.xml b/templates/freepbx.xml new file mode 100644 index 0000000..529262a --- /dev/null +++ b/templates/freepbx.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]/admin/ + + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freepbx.png + + + + 1585956889 + + + 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-20000 + 18000-20000 + 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 + + + + + <DB_HOST> + DB_HOST + + + + 3306 + DB_PORT + + + + <DB_NAME> + DB_NAME + + + + <DB_USER> + DB_USER + + + + <DB_PASS> + DB_PASS + + + + FALSE + DB_EMBEDDED + + + + TRUE + ENABLE_FAIL2BAN + + + + TRUE + ENABLE_FOP + + + + FALSE + ENABLE_SSL + + + + FALSE + ENABLE_XMPP + + + + + INSTALL_ADDITIONAL_MODULES + + + + 18000 + RTP_START + + + + 20000 + RTP_FINISH + + + + cert.pem + TLS_CERT + + + + key.pem + TLS_KEY + + + + + 8150 + 4150 + 5060 + 5160 + 18000-20000 + 4445 + /mnt/user/appdata/freepbx/data/ + /mnt/user/appdata/freepbx/logs/ + /mnt/user/appdata/freepbx/www/ + /mnt/user/appdata/freepbx/certs/ + <DB_HOST> + 3306 + <DB_NAME> + <DB_USER> + <DB_PASS> + FALSE + TRUE + TRUE + FALSE + FALSE + + 18000 + 20000 + cert.pem + key.pem + \ No newline at end of file diff --git a/templates/icons/freepbx.png b/templates/icons/freepbx.png new file mode 100644 index 0000000..d5e92b6 Binary files /dev/null and b/templates/icons/freepbx.png differ