From 1560804df8271d9a46d3d2c05c39ef3ac6480ae0 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 24 Feb 2025 09:49:26 -0600 Subject: [PATCH] fixed config name --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8cfb85e9..0a757c4a 100644 --- a/README.md +++ b/README.md @@ -307,13 +307,13 @@ active, so it is recommended to unmount beforehand. * Optional steps: * Change the port clients will use to connect to your mount: * Sia: - * `repertory -set RemoteMount.Port 20000` - * `repertory --name '' -set RemoteMount.Port 20000` + * `repertory -set RemoteMount.ApiPort 20000` + * `repertory --name '' -set RemoteMount.ApiPort 20000` * S3: - * `repertory -s3 --name '' -set RemoteMount.Port 20000` + * `repertory -s3 --name '' -set RemoteMount.ApiPort 20000` * IMPORTANT: - * Be sure to configure your firewall to allow incoming TCP connections on the port configured in `RemoteMount.Port`. + * Be sure to configure your firewall to allow incoming TCP connections on the port configured in `RemoteMount.ApiPort`. #### Remote Mount Configuration File Section @@ -339,7 +339,7 @@ for S3 providers. * Set the encryption token to the same value configured during server setup: * `repertory -rm : -set RemoteConfig.EncryptionToken ''` * Replace `` with the host name or IP of the server - * Replace `` with the value of `RemoteMount.Port` used in the server configuration + * Replace `` with the value of `RemoteMount.ApiPort` used in the server configuration * Example: * `repertory -rm 192.168.1.10:20000 -set RemoteConfig.EncryptionToken ''` * `repertory -rm my.host.com:20000 -set RemoteConfig.EncryptionToken ''`