You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.
support for environment variables NEXTCLOUD_CONFIG_DIR and OWNCLOUD_CONFIG_DIR is been added with commit 279b923 (until release of the next version only in the testing branch)
However, if both environment variables are set, calcardbackup will exit with an error, because the script does not know which one to use. In this case one of the environment variables has to be unset for the script to work.
@didierm: could you check whether that does the trick for your use case? Thanks.
We run multiple instances with the same codebase, by using the NEXTCLOUD_CONFIG_DIR variable (nextcloud/server#300).
In order for calcardbackup to support multiple instances, I propose the following patch :
to
The text was updated successfully, but these errors were encountered: