Skip to content

Commit

Permalink
Adds Nabu Casa DNS records for Home Assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertie Blackman committed Apr 16, 2024
1 parent ef01583 commit 2d2ce28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/stacks/shared-dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,17 @@ export class SharedDnsStack extends Stack {
zone: hostedZone,
recordName: 'fm3._domainkey',
})

new CnameRecord(this, 'NabuCasaHABertie', {
domainName: 'pqdnaszz5h9xgntfeyanoffkag7pfkza.ui.nabu.casa',
zone: hostedZone,
recordName: 'ha.bertie.dev',
})

new CnameRecord(this, 'NabuCasaACME', {
domainName: '_acme-challenge.pqdnaszz5h9xgntfeyanoffkag7pfkza.ui.nabu.casa',
zone: hostedZone,
recordName: '_acme-challenge.ha.bertie.dev',
})
}
}

0 comments on commit 2d2ce28

Please sign in to comment.