Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years ago[Suggestion] Add custom path via args or env vars
Currently the services use a hardcoded path for both the credentials file and the data folder where the sqlite database is stored, would be nice to be able to change this path via configuration flags...
Former Member
5 years agoThe credentials path is customizable via at the OP_SESSION environment variable. Provide any fully qualified path to the credentials file.
The data directory path can be customized using the $XDG_DATA_HOME to set the case directory. The .op/data path is configured below that automatically.