File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Download the jar file via [GitHub Releases](https://github.com/cryptomator/cli/r
1515Cryptomator CLI depends on a Java 8 JRE. In addition the JCE unlimited strength policy files (needed for 256-bit keys) must be installed.
1616
1717``` sh
18- java -jar cryptomator-cli-x.y.z.jar --port 8080 --vault demoVault=/path/to/vault --password demoVault=topSecret
18+ java -jar cryptomator-cli-x.y.z.jar --bind 0.0.0.0 -- port 8080 --vault demoVault=/path/to/vault --password demoVault=topSecret
1919# you can now mount http://localhost:8080/demoVault/
2020```
2121
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.cryptomator</groupId >
44 <artifactId >cli</artifactId >
5- <version >0.2.0-SNAPSHOT </version >
5+ <version >0.2.0</version >
66 <name >Cryptomator CLI</name >
77 <description >Command line program to access encrypted files via WebDAV.</description >
88 <url >https://github.com/cryptomator/cli</url >
You can’t perform that action at this time.
0 commit comments