-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Changed: New default data paths and easier configuration of the data path | ||
|
||
We've changed the default data path for our release artifacts: | ||
- oCIS docker images will now store all data in `/var/lib/ocis` instead in `/var/tmp/ocis` | ||
- binary releases will now store all data in `~/.ocis` instead of `/var/tmp/ocis` | ||
|
||
Also if you're a developer and you run oCIS from source, it will store all data in `~/.ocis` from now on. | ||
|
||
You can now easily change the data path for all extensions by setting the environment variable `OCIS_BASE_DATA_PATH`. | ||
|
||
If you want to package oCIS, you also can set the default data path at compile time, eg. by passing `-X "github.com/owncloud/ocis/ocis-pkg/config/defaults.BaseDataPathType=path" -X "github.com/owncloud/ocis/ocis-pkg/config/defaults.BaseDataPathValue=/var/lib/ocis"` to your go build step. | ||
|
||
https://github.com/owncloud/ocis/pull/2590 |