about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-11-27 15:06:04 +0100
committerAlan Pearce2024-11-27 15:06:04 +0100
commit8ecb3549518646e39ec7df0079ae6cad3384271a (patch)
tree18ca08745b6d87b2ecf897667ea53ff4eda6b49d /fly.toml
parent72018b5585e945aa51a3a557a641cce17cabaf26 (diff)
downloadwebsite-8ecb3549518646e39ec7df0079ae6cad3384271a.tar.lz
website-8ecb3549518646e39ec7df0079ae6cad3384271a.tar.zst
website-8ecb3549518646e39ec7df0079ae6cad3384271a.zip
Use PowerDNS API instead of acme-dns (buggy)
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index 5c35318..024d3ef 100644
--- a/fly.toml
+++ b/fly.toml
@@ -16,9 +16,10 @@ primary_region = "ams"
   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]]