- Custom Caddy image with duckdns DNS provider plugin for automatic TLS - ha-padriano.duckdns.org → Home Assistant, git-padriano.duckdns.org → Forgejo - Move homeassistant and forgejo onto internal bridge network - Update README to reflect HTTPS setup, new URLs, and setup steps Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
152 B
Docker
5 lines
152 B
Docker
FROM caddy:builder AS builder
|
|
RUN xcaddy build --with github.com/caddy-dns/duckdns
|
|
|
|
FROM caddy:latest
|
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|