Skip to content

Commit c386afe

Browse files
committed
feat: v1.0.0
1 parent 5153e96 commit c386afe

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
> This project is fork from https://github.com/purejava/keepassxc-cryptomator , add GnuPG support
44
5-
[![GitHub Release](https://img.shields.io/github/v/release/purejava/keepassxc-cryptomator)](https://github.com/purejava/keepassxc-cryptomator/releases)
6-
[![License](https://img.shields.io/github/license/purejava/keepassxc-cryptomator.svg)](https://github.com/purejava/keepassxc-cryptomator/blob/master/LICENSE)
5+
[![GitHub Release](https://img.shields.io/github/v/release/jht5945/gnupg-cryptomator)](https://github.com/jht5945/gnupg-cryptomator/releases)
6+
[![License](https://img.shields.io/github/license/jht5945/gnupg-cryptomator.svg)](https://github.com/jht5945/gnupg-cryptomator/blob/master/LICENSE)
77

88
Plug-in for Cryptomator to store vault passwords with GnuPG encryption.
99

10+
1011
# Build Project
1112

1213
Requirement:
@@ -18,12 +19,13 @@ Requirement:
1819
mvn package
1920
```
2021

21-
Copy plugin in `target/gnupg-cryptomator-1.0.0-SNAPSHOT.jar` to Cryptomator plugins dir.
22+
Copy packaged plugin from `target/gnupg-cryptomator-$VERSION.jar` to Cryptomator plugins directory.
2223
> Usage reference [Wiki](https://github.com/purejava/keepassxc-cryptomator/wiki)
2324
25+
2426
# Configuration
2527

26-
Config file location:
28+
Configure file location:
2729

2830
* `/etc/cryptomator/config.json`
2931
* `~/.config/cryptomator/config.json`
@@ -35,20 +37,19 @@ Config file location:
3537
}
3638
```
3739
> `gnuPgCommand` GnuPG command path, find it by `which gpg` <br>
38-
> `keyId` is GnuPG key ID, you can find it by `gpg -K`
40+
> `keyId` is GnuPG key ID, you can find it by `gpg -K` <br>
41+
> `encryptKeyBasePath` is key store path, default value is `$USER_HOME/.config/cryptomator/keys/`
3942
40-
Keys will store in directory:
41-
`~/.config/cryptomator/keys/`
4243

4344
# Documentation
4445

4546
For documentation please take a look at the [Wiki](https://github.com/purejava/keepassxc-cryptomator/wiki).
4647

48+
4749
# Copyright
4850

4951
Copyright (C) 2021-2024 Ralph Plawetzki<br>
5052
Copyright (C) 2024-2024 Hatter Jiang
5153

52-
The Cryptomator logo is Copyright (C) of https://cryptomator.org/
53-
54+
The Cryptomator logo is Copyright (C) of https://cryptomator.org/ <br>
5455
The KeePassXC logo is Copyright (C) of https://keepassxc.org/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>me.hatter</groupId>
77
<artifactId>gnupg-cryptomator</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99

1010
<name>gnupg-cryptomator</name>
1111
<description>Plug-in for Cryptomator to store vault passwords with GnuPG encryption.</description>

0 commit comments

Comments
 (0)