No description
Find a file
2016-02-12 16:10:23 +01:00
.idea all the base and vendor files needed 2016-02-11 12:53:19 +01:00
assets adding icon pack 2016-02-11 19:14:35 +01:00
css adding copyright notices and co 2016-02-12 09:13:25 +01:00
image adding sort by size and better error handling 2016-02-11 19:12:27 +01:00
js removing wrong base address hardcoded 2016-02-12 15:57:58 +01:00
.gitignore all the base and vendor files needed 2016-02-11 12:53:19 +01:00
default.conf disabling index in files location 2016-02-12 16:10:23 +01:00
Dockerfile adding sample docker file and nginx config 2016-02-11 22:17:49 +01:00
index.html adding copyright notices and co 2016-02-12 09:13:25 +01:00
LICENSE adding license and readme 2016-02-12 08:58:41 +01:00
README.md adding docker notes 2016-02-12 09:19:03 +01:00

#nginx file browser This web application is a very simple file browser which can be used effectively together with nginx's autoindex module.

A sample nginx configuration is also included.

Mainly for demonstration purposes a docker image is also available here. In order to use this docker image, the volume which has to be served should be mounted under /opt/www/files/ and port 80 of container shall be mapped to a proper port on host. A proper run would look like:

$ docker run -p 8080:80 -v /path/to/my/files/:/opt/www/files/ mohamnag/nginx-file-browser