refactor
1
.cspell/words.txt
Normal file
1
.cspell/words.txt
Normal file
@@ -0,0 +1 @@
|
||||
renterd
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
cspell.json
|
@@ -1,6 +1,7 @@
|
||||
# ⚙ CLI Usage
|
||||
|
||||
## 📦 Providers
|
||||
|
||||
Repertory supports multiple storage backends, each defined at mount time:
|
||||
|
||||
| Option | Description |
|
||||
@@ -49,26 +50,31 @@ Repertory supports multiple storage backends, each defined at mount time:
|
||||
## 🚀 Examples
|
||||
|
||||
### Mount Sia
|
||||
|
||||
```bash
|
||||
repertory --name my_sia_mount /mnt/sia
|
||||
```
|
||||
|
||||
### Mount S3
|
||||
|
||||
```bash
|
||||
repertory --s3 --name my_s3_bucket /mnt/s3
|
||||
```
|
||||
|
||||
### Mount with Transparent Encryption
|
||||
|
||||
```bash
|
||||
repertory --encrypt --name secure_data /mnt/secure
|
||||
```
|
||||
|
||||
### Check Provider Version (renterd)
|
||||
|
||||
```bash
|
||||
repertory --check_version
|
||||
```
|
||||
|
||||
### Launch Embedded GUI Only
|
||||
|
||||
```bash
|
||||
repertory --ui --launch_only
|
||||
```
|
||||
|
Reference in New Issue
Block a user