Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lgaticaq/caddy-basicauth-browse

Caddy with basicauth and browse
https://github.com/lgaticaq/caddy-basicauth-browse

caddy dockerfile

Last synced: 5 days ago
JSON representation

Caddy with basicauth and browse

Awesome Lists containing this project

README

        

# caddy-basicauth-browse

[![dockeri.co](http://dockeri.co/image/lgatica/caddy-basicauth-browse)](https://hub.docker.com/r/lgatica/caddy-basicauth-browse/)

[![Build Status](https://travis-ci.org/lgaticaq/caddy-basicauth-browse.svg?branch=master)](https://travis-ci.org/lgaticaq/caddy-basicauth-browse)

> Caddy with basicauth and browse

## Use

```bash
docker run -d --name backups \
--restart always
-v /opt/backup:/files
-e USERNAME=myusername
-e PASSWORD=supersecret
-p 8080:2015
lgatica/caddy-basicauth-browse
```

## Default Environment

- `USERNAME`: admin
- `PASSWORD`: admin

## License

[MIT](https://tldrlegal.com/license/mit-license)