Hi:
Is there a good way to easily use multiple codespeed instances side-by-side?
By now I am using it for many different things, so that I am running more and more into the limitations of the user interface.
So, I was thinking the easiest solution would be to run multiple instances side-by-side.
I am currently using a deployment with gunicorn and nginx to run my codespeed instance.
The internet tells me that I should run a separate gunicorn for each copy, and have nginx use a separate vhost for each.
Is there perhaps a better way/more light weight way?
I only got a rather small vserver, and I don't need the full isolation.
Ideally, I would be able to set it up in a way, that I only need to copy the instance-specific folder, change the name/template in the configuration, and initialize the database to get a new independent instance.
Is that perhaps possible with django?
Thanks
Stefan