all repos — homestead @ 022cb2e7ee55b2b19583732ce1b6096530d927ec

Code for my website

Use PowerDNS API instead of acme-dns (buggy)

Alan Pearce
commit

022cb2e7ee55b2b19583732ce1b6096530d927ec

parent

61a5db86a1365d552aa66db5bfaaab45e3291d80

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M fly.tomlfly.toml
@@ -16,9 +16,10 @@ LISTEN_ADDRESS = "::"
TLS = "true" ROOT = "/data" PRODUCTION = "true" + POWERDNS_SERVER_URL = "https://pdns.alanpearce.eu" + # POWERDNS_API_TOKEN = "from fly secret" VCS_LOCAL_PATH = "/data/website" VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" - ACME_SERVER_URL = "https://acme.alanpearce.eu" GOMEMLIMIT = "128MiB" [[services]]