https://github.com/sgaunet/nginxexplorer
Just a little container to expose a file system.
https://github.com/sgaunet/nginxexplorer
docker http-server nginx
Last synced: 6 months ago
JSON representation
Just a little container to expose a file system.
- Host: GitHub
- URL: https://github.com/sgaunet/nginxexplorer
- Owner: sgaunet
- Created: 2020-11-09T19:57:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T22:17:59.000Z (10 months ago)
- Last Synced: 2025-02-05T09:19:10.316Z (8 months ago)
- Topics: docker, http-server, nginx
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nginx Explorer
Just a little container to expose a file system. This project is now archived and can be easily replaced by this one: https://github.com/sgaunet/httpfileserver
# Run
See [tests/docker-compose.yml](tests/docker-compose.yml) for example
# Build
```
task image
```# Basic Auth
[See here](https://github.com/sgaunet/nginXplorerAuth)