- 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>
13 lines
238 B
Caddyfile
13 lines
238 B
Caddyfile
ha-padriano.duckdns.org {
|
|
reverse_proxy homeassistant:8123
|
|
tls {
|
|
dns duckdns {env.DUCKDNS_TOKEN}
|
|
}
|
|
}
|
|
|
|
git-padriano.duckdns.org {
|
|
reverse_proxy forgejo:3000
|
|
tls {
|
|
dns duckdns {env.DUCKDNS_TOKEN}
|
|
}
|
|
}
|