Skip to main content
Version: v3 (latest✅)

Search & Sorting

image

Click on the column header to sort by that column. Click again to reverse the sort order.

Click on the search icon to show a search input field. The search is case-insensitive and searches the current folder for the search term in the file name.

Serverside sorting

By default files and folders are sorted by name using natural sort.

⚙️ Configuration

VariableDefaultValuesDetails
REVERSE_SORTfalsetrue
false
added in v1.0
How to set configuration options
Set the environment variables when starting the container.
Use docker run...
  • ...with -e REVERSE_SORT=false
  • ...with --env-file .env and place REVERSE_SORT=false in the file
See installation page for more details.