From 97d3b6c7db8a6812425a03c124db398e24a60f08 Mon Sep 17 00:00:00 2001 From: Nikhil Mohite Date: Mon, 20 Mar 2023 14:11:57 +0530 Subject: [PATCH] Update documentation for shared storage. #5014 --- docs/en_US/storage_manager.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en_US/storage_manager.rst b/docs/en_US/storage_manager.rst index 59e2f9d07..af6a441e2 100644 --- a/docs/en_US/storage_manager.rst +++ b/docs/en_US/storage_manager.rst @@ -58,6 +58,9 @@ the admin user. Using this shared storage users can share the files with other u Admin users can mark the shared storage as restricted to restrict non-admin users from deleting, uploading, adding, and renaming files/folders in shared storage by setting the restricted_access flag in config. +*NOTE: You must ensure the directories specified are writeable by the user that the web server processes will be running as, e.g. apache or www-data.* + + Other Options *********************