Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julianwachholz/ngx-autoindex-simple

Very basic Docker image with nginx (alpine) and autoindex on with simple styling via XSLT
https://github.com/julianwachholz/ngx-autoindex-simple

autoindex docker nginx

Last synced: 26 days ago
JSON representation

Very basic Docker image with nginx (alpine) and autoindex on with simple styling via XSLT

Awesome Lists containing this project

README

        

# ngx-autoindex-simple

A tiny docker image with nginx running in autoindex mode.
With very simple and lightweight styling applied via XSLT.

## try it out

Clone this repository, create a folder `html` inside and `make run`. Then check out http://localhost:10800

## use it

Deploy it on your server:

### Docker

Run it directly via Docker:

```
docker run -d -p 10080:80 -v /path/to/public/files:/usr/share/nginx/html:ro ngx-autoindex-simple:latest
```