From 4ecb21e4cad7cee0e78858902bbe7c005631a4af Mon Sep 17 00:00:00 2001 From: Nico <47644445+nicotsx@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:33:32 +0100 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5780d82b..5a3e002e 100644 --- a/README.md +++ b/README.md @@ -159,14 +159,12 @@ If you enter a normal value (not starting with `env://` or `file://`), Zerobyte Examples: -```yaml -# SMB volume password from an env var -password: env://SMB_PASSWORD - -# S3 secret access key from a Docker secret -secretAccessKey: file://s3-secret-access-key -``` +In the web UI, enter the following values in the corresponding fields: +| Field | Value to enter | Description | +|-------------------|------------------------------|---------------------------------------------| +| password | `env://SMB_PASSWORD` | SMB volume password from an environment variable | +| secretAccessKey | `file://s3-secret-access-key`| S3 secret access key from a Docker secret | ### Using rclone for cloud storage Zerobyte can use [rclone](https://rclone.org/) to support 40+ cloud storage providers including Google Drive, Dropbox, OneDrive, Box, pCloud, Mega, and many more. This gives you the flexibility to store your backups on virtually any cloud storage service.