Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julianwachholz/ngx-autoindex-simple
- Owner: julianwachholz
- Created: 2020-02-11T09:57:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T10:13:52.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T06:08:43.774Z (27 days ago)
- Topics: autoindex, docker, nginx
- Language: XSLT
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```