Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phx/dockerdown

docker-based nginx fancyindex directory listing http server with markdown rendering and themes
https://github.com/phx/dockerdown

Last synced: about 1 month ago
JSON representation

docker-based nginx fancyindex directory listing http server with markdown rendering and themes

Awesome Lists containing this project

README

        

![dockerdown](./logo.webp)

# dockerdown

A Docker-based Nginx server that uses the fancyindex module with custom Markdown rendering and theme support.

## Installation

```sh
git clone https://github.com/phx/dockerdown
sudo cp dockerdown/dockerdown /usr/local/bin/
rm -rf dockerdown
```

## Usage

- Pre-requisite: Docker

```
Usage: ./dockerdown -p -d [-n ] [-q] [-h]
-p Specify the port to expose (default: 8080)
-d Specify the directory to mount into the container
-n Specify the container name (default: dockerdown)
-q Enable quiet mode (optional)
-h Display this help message
```