-
Hello,
I would like to use my VServer also for other things than Cloudron. For example, I want my personal portfolio to be available under the normal domain (without subdomain) and other websites under other subdomains that basically have nothing to do with Cloudron.I am new to NGINX, but have already tried a bit, but I don't know what the best way is.
Is it possible to host my services as custom Cloudron apps or in just a Docker container (unfortunately I don't really know about Docker yet either), or via the NGINX config as I'm currently trying but don't quite know how to do it with SSL yet.Thanks in advance
-
-
Hi @tuejon,
With Cloudron it's generally not supported or recommended to install software other than cloudron on the system or do manual modifications of e.g. nginx. Instead you should install all software from the cloudron app store.
Depending on what you want to host you could just copy the files into a lamp or surfer instance. Or if the software is more complicated you could create a custom app for it. These custom apps can be something completely private and not exposed to anybody else.
-
-