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: about 1 year ago
JSON representation

nginx container to expose a file system with a basic auth

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/)