Hello freepbx comunity. I have specific problem- I have a big and powerfull dell server wich is running the newest stable version of Debian. Freepbx is running only as a sort of a side project but I mostly want to run a website on the server wich requires the newest libraries. But when I update everything to the latest Freepbx and asterisk doesnt work because it supports only like node.js 18 or what. The only solution I can think of is containerizing it in docker but I heard that it is not a good option and I myself cant get it to work with this image: tiredofit/freepbx. If you have any experience with such issue or any ideas I am all ears. Thanks, Adam.
FreePBX is not supported on Docker. Nor is it supported on Debian-13.
The easiest thing to do is to install VirtualBOX on your Debian 13 server and create a Debian-12 container. FreePBX will not run on Debian-13 or PHP above 8.2. If you want the latest for your web app and still want the PBX on the same server, VirtualBox or VMware make it easy. Iām sure there are also other products like Proxmox for creating a VM but I have experience with the two I mention.
1 Like
Oh xd I didnt know debian 13 is already up sorry for not specifying. Im running the newest debian 12. But that looks great and I will definetly try it! Thanks for answering.