diff --git a/README.md b/README.md index 7fd2dcc1..935774c9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It supports: - Local mounts - Remote encrypted mounts between systems -- Optional file name and data encryption using `XChaCha20-Poly1305` +- Optional file name and data encryption using `XChaCha20-Poly1305` and `Argon2id` for key generation --- @@ -193,6 +193,9 @@ Launch the portal: repertory -ui ``` +### ⚠️ Security tip + +- Change the default UI credentials on first launch (`ui.json`) or via the portal - Default username: `repertory` - Default password: `repertory` @@ -247,13 +250,13 @@ repertory -rm 192.168.0.1:10000 --unmount #### S3 ``` shell -repertory --name '' --unmount +repertory -s3 --name '' --unmount ``` ### Sia ``` shell -repertory -s3 --name '' --unmount +repertory --name '' --unmount ``` ---