Merge branch 'readme_decryptapp'
This commit is contained in:
commit
abe85ed63b
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -134,10 +134,24 @@ We recommend you install this under your `PATH` as `matrix_upload` (without the
|
|||
|
||||
## Downloading encrypted files
|
||||
|
||||
Encrypted files can be opened by passing the displayed `emxc://` URI to the
|
||||
Encrypted files are displayed as an `emxc://` URI which cannot be directly
|
||||
opened. They can be opened in two different ways:
|
||||
|
||||
- **In the CLI** by running the
|
||||
[contrib/matrix_decrypt](https://github.com/poljar/weechat-matrix/blob/master/contrib/matrix_decrypt.py)
|
||||
helper script.
|
||||
|
||||
- **In the browser** by using
|
||||
[matrix-decryptapp](https://github.com/seirl/matrix-decryptapp). This is a
|
||||
static website which cannot see your data, all the decryption happens
|
||||
on the client side. You can either host it yourself or directly use the
|
||||
instance hosted on `seirl.github.io`. This weechat trigger will convert all
|
||||
your `emxc://` URLs into clickable https links:
|
||||
|
||||
```
|
||||
/trigger addreplace emxc_decrypt modifier weechat_print "" ";($|[^\w/#:\[])(emxc://([^ ]+));${re:1}https://seirl.github.io/matrix-decryptapp/#${re:2};"
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
||||
Configuration is completed primarily through the Weechat interface. First start Weechat, and then issue the following commands:
|
||||
|
|
Loading…
Reference in a new issue