Hello there everyone! Debian 11 / ISPC 3.2.12 I would be following these instructions: https://docs.vultr.com/create-a-chat-server-using-matrix-synapse-and-element-on-debian-11 Would installing this cause any issues with the ISPC install on the same machine? Would there be anything I need to add or change to the install because of the previously installed ISPC? Thanks for your time!
Any insight would be most welcome. If needed, I'll rent another small appliance to run it but I would like to save the money and run it alongside my ISPC install.
The tutorial sets up its own Nginx config, so it can potentially conflict with ISPConfig. It might work if you run a Nginx server anyway, but it won't work on an Apache server. You should consider installing it using Docker and then just add a website in ISPConfig and use that ISPconfig website as a proxy.
Thank you very much for your help! Is there anything about installing Docker on my Debian 11 machine that I need to consider regarding ISPC or can I just follow a general tutorial installing docker on the server?
You can't run the matrix docker setup with synpase and everything on a ISPConfig host. It will cause issues as the ansible playbook for matrix configures it's own reverse proxy stuff. You need to make sure you don't deploy the reverse proxy and configure the playbook to use manual reverse proxy - but it is a huge pain in the ass. I strongly recommend to deploy this on it's own VM as recommende by the project itself.