Hello!
Currently the sqlite data is stored in the same directory as the vore executable and its files. In order to make backup easier (particularly in docker with volume mappings) I'd like to be able to configure another folder for the db to go.
I currently have a fork just for this change which just uses an environment variable and assumes the directory already exists. I'd be happy to try doing this properly and raising a PR if it's something you'd be happy having.
Hello!
Currently the sqlite data is stored in the same directory as the vore executable and its files. In order to make backup easier (particularly in docker with volume mappings) I'd like to be able to configure another folder for the db to go.
I currently have a fork just for this change which just uses an environment variable and assumes the directory already exists. I'd be happy to try doing this properly and raising a PR if it's something you'd be happy having.