mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
21 lines
No EOL
765 B
YAML
21 lines
No EOL
765 B
YAML
# Autocert (uncomment to enable)
|
|
# autocert: # (optional, if you need autocert feature)
|
|
# email: "user@domain.com" # (required) email for acme certificate
|
|
# domains: # (required)
|
|
# - "*.y.z" # domain for acme certificate, use wild card to allow all subdomains
|
|
# provider: cloudflare # (required) dns challenge provider (string)
|
|
# options: # provider specific options
|
|
# auth_token: "YOUR_ZONE_API_TOKEN"
|
|
providers:
|
|
local:
|
|
kind: docker
|
|
# for value format, see https://docs.docker.com/reference/cli/dockerd/
|
|
# i.e. FROM_ENV, ssh://user@10.0.1.1:22, tcp://10.0.2.1:2375
|
|
value: FROM_ENV
|
|
providers:
|
|
kind: file
|
|
value: providers.yml
|
|
|
|
# Fixed options (optional, non hot-reloadable)
|
|
# timeout_shutdown: 5
|
|
# redirect_to_https: false |