Skip to content

caddy job from caddy/0.1.0

Github source: 7dd6360 or master branch

Properties

acme

ca

url

Default ACME-compatible Certificate Authority endpoint to request certificates from.

Default
https://acme-v02.api.letsencrypt.org/directory

email

Default ACME CA account email address.

caddyfile

The text file configuring how Caddy will run.

env

Environment variables to propagate to Caddy. Useful for configuring DNS solver.

Default
{}

grace

Maximum duration of graceful shutdown.

Default
5s

readonly_paths

A list of paths which should be exposed to Caddy for reading. These must be within /var/vcap/data or /var/vcap/store.

Default
[]

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/caddy/ directory (learn more).

  • bin/exec (from bin/exec.erb)
  • config/Caddyfile (from config/Caddyfile.erb)
  • config/bpm.yml (from config/bpm.yml.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.