Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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