Pterodactyl Panel & Pterodactyl Node (each as own app)
-
@LoudLemur
Wings manage container, that means that it dose the same work as Cloudron.
And that make them incompatible -
@MooCloud_Matt This problem, which is a bit like being unable to do recursion, keeps cropping up in Cloudron. It is like a theme. I think it was for similar reasons that Cloudron hasn't proceeded to support Odoo, as Odoo installs applications in a way similar to Cloudron. There was another app recently too, I forget its name right now.
What is interesting though is that Cloudron does support Nextcloud, which installs other modules. The way we managed to solve that might help here.
-
@LoudLemur
There are many advantages that we don't speak a lot about, but there are some disadvantage too:What you say in odoo is mostly due to the nature for a read only filesystem.
That don't allow to save data outside 4 directory, very comune for webapp.Nextcloud is a webapp and is build as it, so it's more flexible to be restricted in directory location.
Odoo is an ERP and is actually a quite good one, and ERP are develop differently, they are not webapp.
Second problem is that Cloudron don't use Pods or Compose, but single container that mean that every app can be run in a single container.
And secondary been Cloudron base on docker and been implemented as the main controller for it, can cause problem if others panel interact with docker.That's is the reason on the incompatibility for wings.
-
@MooCloud_Matt said in Pterodactyl Panel & Pterodactyl Node (each as own app):
@LoudLemur
There are many advantages that we don't speak a lot about, but there are some disadvantage too:What you say in odoo is mostly due to the nature for a read only filesystem.
That don't allow to save data outside 4 directory, very comune for webapp.Nextcloud is a webapp and is build as it, so it's more flexible to be restricted in directory location.
Odoo is an ERP and is actually a quite good one, and ERP are develop differently, they are not webapp.
Second problem is that Cloudron don't use Pods or Compose, but single container that mean that every app can be run in a single container.
And secondary been Cloudron base on docker and been implemented as the main controller for it, can cause problem if others panel interact with docker.That's is the reason on the incompatibility for wings.
You are another of the people in the Cloudron community with hard won knowledge. We are lucky you are here, @MooCloud_Matt
-
@LoudLemur
The issue is that tech change so fast and maybe my information are old.
But ty -