Add Immich

This commit is contained in:
Paul-Henri Froidmont 2024-12-14 05:07:09 +01:00
parent a5637b3c07
commit 0facce0860
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 70 additions and 3 deletions

View file

@ -165,6 +165,14 @@ resource "hetznerdns_record" "vtt_a" {
ttl = 600
}
resource "hetznerdns_record" "photos_a" {
zone_id = data.hetznerdns_zone.banditlair_zone.id
name = "photos"
value = local.hel1_ip
type = "A"
ttl = 600
}
resource "hetznerdns_record" "monero_a" {
zone_id = data.hetznerdns_zone.banditlair_zone.id
name = "monero"