adc/ansible/roles/mediaserver/templates/traefik.toml
josiah c1c7f552b6 Working webdav commit with one big oopsie.
the FUCKING bytemark image fucking recursively chowns everything you
mount to its fucking directory, which if collossally fucking stupid.

now i've gotta go build my own fucking image and test it and make sure
it works and fuck :(
2020-11-13 22:54:11 -06:00

37 lines
777 B
TOML

# defaultEntryPoints must be at the top
# because it should not be in any table below
defaultEntryPoints = ["http", "https"]
[log]
level = "DEBUG"
[api]
dashboard = true
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[http.middlewares]
[http.middlewares.mediaserver-https-redir.redirectScheme]
scheme = "https"
permanent = true
[certificatesResolvers.mediaserver-resolver.acme]
storage = "/acme.json"
email = "admin@home.jowj.net"
[certificatesResolvers.mediaserver-resolver.acme.dnsChallenge]
provider = "digitalocean"
delayBeforeCheck = 0
[providers.docker]
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "hatchery.home.jowj.net"
watch = true
exposedbydefault = false