Docker version of Directory Lister which is created and maintained by Chris Kankiewicz (@PHLAK).
1.9K
Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing. With a zero configuration, drag-and-drop installation you'll be up and running in less than a minute.
To get started, navigate to a directory of your choice and create a 'config' folder. Within this 'config' folder, generate an .env file, as shown in the directory structure below:
.
├── config
│ └── .env
├── docker-compose.yml
└── files
Your .env file should contain the following settings:
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
For additional information on configuration options, please refer to the Configuration Documentation.
The docker-compose.yml file should look like this:
version: '3.9'
services:
directorylister:
image: psycho0verload/directorylister:latest
restart: unless-stopped
volumes:
- ./files:/var/www/html/
- ./config/.env:/var/www/html/.env
ports:
- "80:8080"
Love Directory Lister? Sponsor development and have your name or logo featured here!
This project is licensed under the MIT License.
Content type
Image
Digest
sha256:4a3d2148c…
Size
41.5 MB
Last updated
about 3 years ago
docker pull psycho0verload/directorylister