Replies: 1 comment 1 reply
-
I would also love to understand where the data that handles the config is stored? I've read through the config files but don't yet understand how you would update a heimdall installation without losing all your setup? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I configured a Heimdall instance with my apps and links. I am using
docker-compose
.Now I would like to save that configuration in order to be able to restore my Heimdall installation easily. I was thinking in using a
git
repository to store all the relevant changes or keeping a backup of theconfig
folder of the Heimdall instance.What would be the recommended way to save the configuration that I have been doing? What would be the way to retore it? I have preference in using a
git
repository to version the configuration.Sorry if this is a stupid question or it has already been explained. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions