Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T05:34:43.000Z (7 months ago)
- Last Synced: 2024-06-03T06:47:39.172Z (7 months ago)
- Topics: docker, nginx
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 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/)