updated readme
This commit is contained in:
parent
619385dd05
commit
86e7800c9f
23
README.md
23
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.
|
This fork makes the following significant changes to filebrowser for origin:
|
||||||
- lightning fast
|
|
||||||
- realtime results as you type
|
1. Improves search to use index instead of filesystem.
|
||||||
|
- lightning fast
|
||||||
|
- realtime results as you type
|
||||||
1. Preview enhancments
|
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
|
1. Updated node version and dependancies
|
||||||
- uses latest npm and node version
|
- uses latest npm and node version
|
||||||
- removes deprecated npm packages
|
- removes deprecated npm packages
|
||||||
1. Improved routing
|
1. Improved routing
|
||||||
- fixed bugs in original version
|
- fixed bugs in original version
|
||||||
1. Added authentication type
|
1. Added authentication type
|
||||||
- Using bearer token with remote authentication server
|
- Using bearer token with remote authentication server
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue