Comment on page
Configuration Overview
Directory Lister is customizable through configuration. You can configure Directory Lister in a few different ways.
Most configuration changes are possible via a custom
.env
file. This file defines environment variables and their value. To get started:- 1.Copy
.env.example
to.env
- 2.Edit the configuration values in
.env
Your default
.env
file should look something like this:APP_DEBUG=false
APP_LANGUAGE=en
DISPLAY_READMES=true
READMES_FIRST=false
ZIP_DOWNLOADS=true
GOOGLE_ANALYTICS_ID=false
MATOMO_ANALYTICS_URL=false
MATOMO_ANALYTICS_ID=false
SORT_ORDER=type
REVERSE_SORT=false
More control can be achieved via the application config files located in
app/config
. Here you have full control over each option and can even write full PHP code if desired. The application configs are broken up into separate files based on their use. Reference the individual config documentation for more information about individual application configuration options.Take care when upgrading your Directory Lister installation as the files in
app/config
may be overwritten if you copy/paste and replace all files.You can control your application icon mapping through the icon config file.
Last modified 2yr ago