updated README.md
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-09 11:01:05 -05:00
parent b72c1822d5
commit caa9bf2604

View File

@@ -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
```
---