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
Copy file name to clipboardExpand all lines: Readme.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,22 @@ The Cryptomator-cli application shares a local Cryptmator vault over an (unencry
6
6
7
7
:warning: As of June 2023, Cryptomator states the cli application is still in an early stage and not ready for production use. We recommend using it only for testing and evaluation purposes.
8
8
9
-
## Rebuild Intructions
9
+
## Docker Image Rebuild Intructions
10
10
11
11
* Clone the repo
12
+
* Copy the `dot_env_sample` file to `.env`
13
+
**`cp dot_env_sample .env`
12
14
* Build with docker-compose
15
+
**`docker-compose build cryptomator-webdav`
13
16
14
-
```bash
15
-
docker-compose build cryptomator-webdav
16
-
```
17
17
18
18
## Usage Instructions
19
19
20
20
* Copy the `dot_env_sample` file to `.env`
21
+
**`cp dot_env_sample .env`
21
22
* Update `.env` file with your local settings
22
-
* Run `docker-compose up cryptomator-webdav`
23
-
```bash
24
-
docker-compose up cryptomator-webdav
25
-
```
23
+
* Run
24
+
**`docker-compose up cryptomator-webdav`
26
25
* The vault will be accessible on the docker host machine on the port and folder specified in the .env file
27
26
* By default this would be available at http://dockerhost:18081/demoVault, with no username or password on the webdav share
0 commit comments