updated README.md
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -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 '<my config name>' --unmount
|
||||
repertory -s3 --name '<my config name>' --unmount
|
||||
```
|
||||
|
||||
### Sia
|
||||
|
||||
``` shell
|
||||
repertory -s3 --name '<my config name>' --unmount
|
||||
repertory --name '<my config name>' --unmount
|
||||
```
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user