Home
Softono

Dir Browser

Open source MIT PHP
16
Stars
3
Forks
1
Issues
1
Watchers
3 months
Last Commit

 About Dir Browser

Directory Browser - Browse your files and folders on the web. Easy Docker setup.

Platforms

Web Self-hosted Docker

Languages

PHP

Need Help Installing Dir Browser?

We provide expert installation service for this software. Our team will install, configure, and secure Dir Browser on your server. plans start at just $30.

Dir Browser

View on GitHub

Visit dir.adriansoftware.de for documentation & more!

Demo

https://dir-demo.adriansoftware.de

Features

  • Download counter for all files
  • Secure by default. Read-only access
  • Extremely fast file serving through nginx
  • README markdown rendering support
  • JSON API for programmatic access
  • Batch download of files and folders in a zip archive
  • File integrity checks with hashes
  • Custom descriptions and labels for files and folders
  • Search and sorting built-in
  • Password protection
  • Hide files and folders
  • Light and Dark mode
  • File icons
  • Many Themes available
  • Clean URLs equivalent to file system paths
  • Low memory footprint (~10MB)
  • Easy setup using single Docker image
  • Responsive design for mobile devices and desktop
  • Easily configurable using environment variables
  • File stats like modification dates and sizes
  • Custom JS and CSS support
  • Highlight recently updated files
  • Track request timing
  • arm64 support

Quick start (Docker)

Serve a local folder read-only at http://localhost:8080:

docker run -d \
  --name dir-browser \
  -p 8080:80 \
  -v /my/local/folder:/var/www/html/public:ro \
  -v rdb:/var/lib/redis/ \
  adrianschubek/dir-browser:latest

Documentation