diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/Caddyfile.template | 4 | ||||
-rw-r--r-- | template/README.md | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/template/Caddyfile.template b/template/Caddyfile.template index da1ab0e..0a0122b 100644 --- a/template/Caddyfile.template +++ b/template/Caddyfile.template @@ -1,3 +1,7 @@ +{ + email {{CRUPEST_EMAIL}} +} + {{CRUPEST_DOMAIN}} { root * /srv encode gzip diff --git a/template/README.md b/template/README.md index 62d00a3..a8aebd1 100644 --- a/template/README.md +++ b/template/README.md @@ -6,6 +6,7 @@ Here are the variables used in templates: | Variable | Description | | -------- | ----------- | | `CRUPEST_DOMAIN` | Domain to deploy. | +| `CRUPEST_EMAIL` | Email address used in some cases like ssl cert. | | `CRUPEST_USER` | Your username. Run `id -un` to get it. | | `CRUPEST_GROUP` | Your group. Run `id -gn` to get it. | | `CRUPEST_UID` | Your uid. Run `id -u` to get it. | |