diff --git a/docker/conf/traefik.toml b/docker/conf/traefik.toml index cb6a083..d9d0e14 100644 --- a/docker/conf/traefik.toml +++ b/docker/conf/traefik.toml @@ -68,11 +68,18 @@ defaultEntryPoints = ["http", "https"] email = "acme@captnemo.in" storage = "/acme/acme.json" entryPoint = "https" -dnsProvider = "cloudflare" onHostRule = false onDemand = false acmelogging = true +[acme.httpChallenge] + entryPoint = "http" + +# Keep DNS challenge disabled +# for now +# [acme.dnsChallenge] +# provider = "cloudflare" +# delayBeforeCheck = 5 # Get wildcard once possible [[acme.domains]] diff --git a/docker/conf/transmission.json b/docker/conf/transmission.json index b6d1b80..029c854 100644 --- a/docker/conf/transmission.json +++ b/docker/conf/transmission.json @@ -40,7 +40,7 @@ "ratio-limit": 0.2, "ratio-limit-enabled": true, "rename-partial-files": true, - "rpc-host-whitelist": "transmission.bb8.fun", + "rpc-host-whitelist": "transmission.bb8.fun,transmission", "rpc-host-whitelist-enabled": true, "rpc-authentication-required": false, "rpc-bind-address": "0.0.0.0",