From 72701a372506d992595f4a0bd083635a1aaf4cfd Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 9 Sep 2025 14:18:47 -0500 Subject: [PATCH] updated wiki --- Providers.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Providers.md b/Providers.md index 4183625..1a33b04 100644 --- a/Providers.md +++ b/Providers.md @@ -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)**.