Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phx/dockerdown
- Owner: phx
- Created: 2024-10-20T21:32:41.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-19T20:48:47.000Z (about 2 months ago)
- Last Synced: 2024-11-19T21:32:54.673Z (about 2 months ago)
- Language: CSS
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```