Hello,

I am setting up a server with Dédalo. I would like it to be managed, so I consulted the hosting company, and they informed me that a couple of modules could not be installed if I want it managed:

SSL cannot be installed because there is one running on top of Nginx.
The module mod_dedalo_h264_streaming.so also cannot be installed.
The idea of the project is to store videos but edit them locally. Would the lack of this module be a problem?

PostgreSQL would be on an external database, not on the server itself.

Finally, I understand that if the server runs on CentOS, there should be no issue.

Do you see this as feasible?

Postscript:
If you know of any company that manages servers with Dédalo's requirements, I'm all ears.

Thanks!

  • Alex replied to this.

    Wellcome!

    I try to answer:

    novice SSL cannot be installed because there is one running on top of Nginx.

    The SSL certificate need to be installed in the HTTP server (Apache, Nginx) so, if your hosts/domain is certificated you don't need to install it in any other place 😉

    novice The module mod_dedalo_h264_streaming.so also cannot be installed.

    The mod_dedalo_h264_streaming.so is only for Apache http server to cut audiovisual files in real time. therefore, if you are using Nginx you can not install it. But this module is totally optional and if you don't want to cut video it's not necessary.

    novice PostgreSQL would be on an external database, not on the server itself.

    This could be fine if the connection between the host and the DB server has a low latency. Dédalo resolves abstraction data by calling the ontology in the PostgreSQL DB, so it is imperative that the connection between servers is good.

    novice Finally, I understand that if the server runs on CentOS, there should be no issue.

    Rocky / CentOS / RedHat are totally compatible and Dédalo works perfectly.

    novice Do you see this as feasible?

    Yes, of course!

    Best