From 356994ff12910e4b56e6594064e51581b98f93ad Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:26:29 +0100 Subject: [PATCH] Update note to include FUSE pre-configuration detail --- frontend/public/json/zerobyte.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/zerobyte.json b/frontend/public/json/zerobyte.json index 9f0417d34..9efb6befd 100644 --- a/frontend/public/json/zerobyte.json +++ b/frontend/public/json/zerobyte.json @@ -33,8 +33,8 @@ }, "notes": [ { - "text": "For remote mount support (NFS, SMB, WebDAV, SFTP), enable FUSE device passthrough on the LXC container.", + "text": "For remote mount support (NFS, SMB, WebDAV, SFTP), enable FUSE device passthrough on the LXC container. (FUSE is pre-configured)", "type": "info" } ] -} \ No newline at end of file +}