From 86e7800c9ff67743cf9de4c011c350c1b8f7c975 Mon Sep 17 00:00:00 2001 From: Graham Steffaniak Date: Tue, 13 Jun 2023 08:22:24 -0500 Subject: [PATCH] updated readme --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6160f791..93a9eb42 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,22 @@ -## gtstef fork of filebrowser +## My fork of filebrowser -Intended for docker use only, makes the following significant changes to filebrowser; +**Note: Intended to be used in docker only.** - 1. Improves search to use index instead of filesystem search. - - lightning fast - - realtime results as you type +This fork makes the following significant changes to filebrowser for origin: + + 1. Improves search to use index instead of filesystem. + - lightning fast + - realtime results as you type 1. Preview enhancments - - preview default view is constrained to files subwindow, which can be toggled to fullscreen. + - preview default view is constrained to files subwindow, + which can be toggled to fullscreen. 1. Updated node version and dependancies - - uses latest npm and node version - - removes deprecated npm packages + - uses latest npm and node version + - removes deprecated npm packages 1. Improved routing - - fixed bugs in original version + - fixed bugs in original version 1. Added authentication type - - Using bearer token with remote authentication server + - Using bearer token with remote authentication server ## About