mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
33 lines
928 B
YAML
33 lines
928 B
YAML
# Autocert (choose one below and uncomment to enable)
|
|
|
|
# 1. use existing cert
|
|
# autocert:
|
|
# provider: local
|
|
# cert_path: certs/cert.crt # optional, uncomment only if you need to change it
|
|
# key_path: certs/priv.key # optional, uncomment only if you need to change it
|
|
|
|
# 2. cloudflare
|
|
# autocert:
|
|
# provider: cloudflare
|
|
# email: # ACME Email
|
|
# domains: # a list of domains for cert registration
|
|
# -
|
|
# options:
|
|
# - auth_token: # your zone API token
|
|
|
|
# 3. other providers, check readme for more
|
|
|
|
providers:
|
|
local:
|
|
kind: docker
|
|
# for value format, see https://docs.docker.com/reference/cli/dockerd/
|
|
# i.e. ssh://user@10.0.1.1:22, tcp://10.0.2.1:2375
|
|
# use FROM_ENV if you have binded docker socket to /var/run/docker.sock
|
|
value: FROM_ENV
|
|
providers:
|
|
kind: file
|
|
value: providers.yml
|
|
# Fixed options (optional, non hot-reloadable)
|
|
|
|
# timeout_shutdown: 5
|
|
# redirect_to_https: false
|