Skip to content

Commit

Permalink
Too many level in cong.json for caddy. Only one user allowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlibre committed Feb 6, 2018
1 parent 9372b23 commit b4bd0a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions caddy_proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Ip or url for the proxified server. If not set default to 172.17.0.1 (docker hos

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

### raw_config (str)
### raw_config (list)

This string will be added to the caddy configuration file, after the domain proxified with the vhosts section.
#### line (str)
Each line will be added to the caddy configuration file, after the domain proxified with the vhosts section.
3 changes: 2 additions & 1 deletion caddy_proxy/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"remote": "str?",
"port": "str",
"directory": "str?",
"user_pwd": [{"user": "str", "pwd": "str"}]
"user": "str?",
"pwd": "str?"
}
],
"email": "email",
Expand Down

0 comments on commit b4bd0a3

Please sign in to comment.