From 131c36415df47a1c5009311b23a059a717926c26 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 22 Feb 2025 23:06:38 -0600 Subject: [PATCH] Complete initial v2.0 documentation #33 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd0a858..747e4edc 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Only 64-bit operating systems are supported "Bucket": "", "EncryptionToken": "", "Region": "any", - "SecretKey": "", + "SecretKey": "", "TimeoutMs": 60000, "URL": "http://localhost:9000", "UsePathStyle": true, @@ -280,6 +280,9 @@ active, so it is recommended to unmount beforehand. * S3: * `repertory -s3 --name '' -set RemoteMount.Port 20000` +IMPORTANT: Be sure to configure your firewall to allow incoming TCP connections +on the port configured in `RemoteMount.Port`. + #### Remote mount portion of configuration file ```json