Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lgaticaq/caddy-basicauth-browse
- Owner: lgaticaq
- License: mit
- Created: 2018-05-16T14:17:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T22:40:17.000Z (over 3 years ago)
- Last Synced: 2024-11-21T19:57:30.348Z (2 months ago)
- Topics: caddy, dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)