From a4a3157f3e687cbdfe546ac11f327aa76832cd7e Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Wed, 10 Jan 2024 13:11:57 -0600 Subject: [PATCH] Update local-storage.md --- docs/reference/local-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/local-storage.md b/docs/reference/local-storage.md index 5e87e3e07..a1b390166 100644 --- a/docs/reference/local-storage.md +++ b/docs/reference/local-storage.md @@ -32,9 +32,9 @@ As you will recall from the earlier "How does Saltbox Work" lesson, this means e ## *Local to your site* storage, as in a NAS or the like on your network -In this case, it's best to use the same rclone + cloudplow model that the standard cloud storage setup uses. +In this case, it's simplest to use the same rclone + cloudplow model that the standard cloud storage setup uses. -First, create an rclone remote pointing to your NAS using whatever connection scheme you wish; SMB, SFTP, etc. Call it whatever you like. +First, create an rclone remote pointing to your NAS using whatever connection scheme you wish; SMB, SFTP, etc, provided rclone supports it. Call it whatever you like. Then fill out the remote details in `settings.yml` ```ini