We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3243c02 commit 09fb8d2Copy full SHA for 09fb8d2
Caddyfile
@@ -20,6 +20,12 @@
20
server_name "{$PORTAL_CORE_CLUSTERED_ETCD_TLS_SERVER_NAME}"
21
}
22
23
+
24
+ # Configure global TLS settings
25
+ acme_dns cloudns {
26
+ auth_id "{$CLOUDNS_AUTH_ID}"
27
+ auth_password "{$CLOUDNS_AUTH_PASSWORD}"
28
+ }
29
30
31
# Handle all domains matching the PORTAL_CORE_DOMAIN
Dockerfile
@@ -1,7 +1,8 @@
1
FROM caddy:2.9-builder AS builder
2
3
RUN xcaddy build \
4
- --with go.lumeweb.com/caddy-etcd
+ --with go.lumeweb.com/caddy-etcd \
5
+ --with github.com/anxuanzi/caddy-dns-ClouDNS.git \
6
7
FROM caddy:2.9-alpine
8
0 commit comments