https://github.com/sgaunet/nginxplorerauth
nginx container to expose a file system with a basic auth
https://github.com/sgaunet/nginxplorerauth
docker nginx
Last synced: about 1 year ago
JSON representation
nginx container to expose a file system with a basic auth
- Host: GitHub
- URL: https://github.com/sgaunet/nginxplorerauth
- Owner: sgaunet
- Created: 2020-11-09T20:30:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T00:29:42.000Z (over 1 year ago)
- Last Synced: 2025-02-05T09:19:12.139Z (over 1 year ago)
- Topics: docker, nginx
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NginXplorerAuth
Just a little container to expose a file system with a basic auth. **This project is now archived**, it can be replaced by: [https://github.com/sgaunet/httpfileserver](https://github.com/sgaunet/httpfileserver)
This project uses:
* [task](https://taskfile.dev/)
* [venom](https://github.com/ovh/venom)
# Run
See tests/docker-compose.yml for example
# Build
```
task
```
# Tests
```
task tests
```
# Release
```
task release
```
# .htpasswd
[See here](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/)