Update Configuration File Options

2025-08-13 21:59:39 -05:00
parent 9c6e608bcd
commit 8fb2bf2fbf

@@ -92,10 +92,10 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
| S3Config.EncryptionToken | Encryption key/token for encrypted buckets | ❌ |
| S3Config.Region | S3 region | ❌ |
| S3Config.SecretKey | AWS/S3 secret key | ❌ |
| S3Config.TimeoutMs | Timeout for S3 API calls in ms | |
| S3Config.TimeoutMs | Timeout for S3 API calls in ms | |
| S3Config.URL | Endpoint URL | ❌ |
| S3Config.UsePathStyle | Use path-style addressing | |
| S3Config.UseRegionInURL | Include region in endpoint URL | |
| S3Config.UsePathStyle | Use path-style addressing | |
| S3Config.UseRegionInURL | Include region in endpoint URL | |
---
@@ -154,14 +154,14 @@ Integrates with the Sia renterd backend for decentralized cloud storage.
| Setting | Description | Live Update |
|---------|-------------|-------------|
| HostConfig.AgentString | User-agent string for API requests | |
| HostConfig.AgentString | User-agent string for API requests | |
| HostConfig.ApiPassword | renterd API password | ❌ |
| HostConfig.ApiPort | renterd API port | ❌ |
| HostConfig.ApiUser | renterd API user | ❌ |
| HostConfig.HostNameOrIp | renterd host address | ❌ |
| HostConfig.Path | API path | ❌ |
| HostConfig.Protocol | http or https | |
| HostConfig.TimeoutMs | API timeout in ms | |
| HostConfig.Protocol | http or https | |
| HostConfig.TimeoutMs | API timeout in ms | |
| SiaConfig.Bucket | Target Sia bucket | ❌ |
---
@@ -199,9 +199,9 @@ Connects to another Repertory instance over the network.
| RemoteConfig.ApiPort | Remote instance API port | ❌ |
| RemoteConfig.EncryptionToken | Token used for secure communication | ❌ |
| RemoteConfig.HostNameOrIp | Remote instance hostname/IP | ❌ |
| RemoteConfig.MaxConnections | Max simultaneous connections | |
| RemoteConfig.ReceiveTimeoutMs | Receive timeout in ms | |
| RemoteConfig.SendTimeoutMs | Send timeout in ms | |
| RemoteConfig.MaxConnections | Max simultaneous connections | |
| RemoteConfig.ReceiveTimeoutMs | Receive timeout in ms | |
| RemoteConfig.SendTimeoutMs | Send timeout in ms | |
---