Multiple app installations with different customisations
I am experimenting with configuration of an app.
I would like to have one installation that is usable as a working, useful system, and another for experimentation where I can stage changes for the working one.
However, as far as I see, with app configuration taking place in the
user-config/$RUNTIPI_APPSTORE/nextcloud
in the runtipi install location, I only get one configuration per app?
Is there some way to have multiple customisations of the same app - making a different "app instance" for each customisation?3 Replies
Hello @orionrobots - Danny Staple currently it's not possible from the UI but you should be able to go in your
apps/<app-store-id>
folder and clone the folder associated with your app, then go to the URL /app-store/migrated/nginx-2
for example
However, by just testing it, I noticed a bug preventing the install after doing this. I'll push an update to allow thisIf you have your own AppStore you could use different branches and use them as different AppStores.
Iirc you can't use the same branch several times as different stores, but you can do it twice, but then you would possibly run into update/backup problems
Yes this is also possible!