Skip to content

Commit

Permalink
Doc for basic auth on caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlibre committed Feb 6, 2018
1 parent 5623476 commit c22e4a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions caddy_proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Internal port (ie 8123 for homeassistant, 3000 for grafana)

Ip or url for the proxified server. If not set default to 172.17.0.1 (docker host).

#### user (str)

Username to be used with basicauth. `pwd` (see below) must also be set.

#### pwd (str)

Password to be used with basicauth. `user` (see above) must also be set.


### email (email)

Email is the email address to use with which to generate a certificate with Let's Encrypt.
Expand Down

0 comments on commit c22e4a2

Please sign in to comment.