Open the port 8000
-
Please I need help to open the port 8000 to run an API Server for a Application call WAZIPER
Best Regards
Jack Hasday
Estudios 507 -
-
Is it https://stackposts.com/product/waziper-whatsapp-marketing-tool-2 ? Looks like a PHP app. You should host it in LAMP instead of directly hosting on Cloudron. Hosting of apps directly on Cloudron is not supported and will most likely break your installation (you have to fix up nginx configs etc which are not extensible outside of Cloudron apps).
-
-
-
Please can you explain me how make this happen, I read the article, but i’m not sure if i understand the instructions
Thanks in advance
Jack Hasday
Estudios 507 -
Are you a bot?
The instructions are clear - if you really don’t know what to do with them, I‘d recommend not to fiddle with your server at all -
The waziper application consists of 2 LAMP servers, one already has the application installed https://app.waziper.estudios507.com/ that application, in order to run correctly, needs another server that has the WhatsApp API installed, but it needs to have the API open. port 8000 to work
https://api.waziper.estudios507.com/I have installation instructions for the API server, but they are for cPanel, AApanel, Apache2 and Nginx
https://doc.stackposts.com/docs/waziper/installation/aapanel-apache2/ I have followed all the steps but it doesn't work for me, because the changes I make the server responds that it is in ReadOnly mode and the API does not run -
@estudios507 If you want to open up an arbitrary port like 8000 from your server, then you have to build a custom app for this . See https://docs.cloudron.io/packaging/tutorial/ . The custom app has to expose 8000 using https://docs.cloudron.io/packaging/manifest/#tcpports . There is no other way on Cloudron for an app to expose a custom port.