📄️ Themes
Choose from a variety of themes to customize the look and feel of your directory browser. All themes support light and dark mode.
📄️ Download Count
Download count tracks the number of times a file has been downloaded/visited/opened. It will be saved in a persistent redis database (-v redissave:/var/lib/redis/).
📄️ PHP
display_errors
📄️ Date & Time
Format
📄️ Sort
By default files and folders are sorted by name using natural sort. You can reverse it by setting the REVERSE_SORT environment variable.
📄️ Readme Rendering
If there is a readme.md (case insensitive) file in the current directory, it will be rendered. GitHub flavored markdown is supported.
📄️ Attribution
You can hide the attribution by setting the environment variable HIDE_ATTRIBUTION to true.
📄️ Ignore Files & Folders
You can ignore some files and folders by setting the environment variable IGNORE to an ignore pattern. By default everything is shown.
📄️ Password protection
While there is no built-in password protection currently, you can use your reverse proxy to add it easily.