updated wiki

2025-09-09 14:18:47 -05:00
parent 5e4f913050
commit 72701a3725

@@ -1,4 +1,4 @@
# 🌐 Providers in Repertory
# Providers in Repertory
`repertory` currently supports **three backend provider types**:
@@ -77,11 +77,11 @@ Connects to a **different machine running Repertory** and exposes its active mou
## 📌 When to Use Each Provider
| Provider | Best For |
| Provider | Best For |
|----------------------|----------------------------------------------------------------------------------------|
| **S3 Provider** | Using standard S3-compatible storage (e.g., AWS S3, MinIO, etc.), with optional encryption at transfer time |
| **Sia Provider** | Mounting Sia buckets with `renterd` |
| **Remote Mount** | Mount a Repertory instance running elsewhere (LAN/WAN). |
| **S3 Provider** | Using standard S3-compatible storage (e.g., AWS S3, MinIO, etc.), with optional encryption at transfer time |
| **Sia Provider** | Mounting Sia buckets with `renterd` |
| **Remote Mount** | Mount a Repertory instance running elsewhere (LAN/WAN). |
| **Encrypt Provider** | Locally encrypting data before uploading elsewhere — but be mindful of irreversible encryption . intended to add a layer of security when using online backup platforms, for instance. |
> For exhaustive option names and examples, see **[Configuration-File-Options](Configuration%20File%20Options)** and **[CLI Usage](CLI%20Usage)**.