Is there a way I can use the ubergeek77 Easy-Deploy method, to deploy second instance on my server? What files should I edit? I tried to install Lemmy via the official Docker documentation, but it just ain’t working for me, so I’m looking for easier way if there is one available. Thanks.
Hi :)
If you’re already running an instance, you’re not going to have a good time of this on the same server unfortunately. The webserver config I ship assumes a single instance, and all of the handling assumes only one domain. You would have to basically modify my entire script to support something like this.
You can take a look at my advanced configuration page to figure out what files you can edit, but this would be a very manual process for what you want to do.
Apologies, but you would be better off deploying a new server.
Thank you for the reply. The deployment is good, and the VPS is not that expensive, so it’s not a problem.
I was thinking something along the lines of Docker inside Docker, or Docker Linux Instance that can host the second deployment, I’m jut not sure if that can even happen, or I haven’t figured out how to do it yet.