Switch from wallabag to karakeep

This commit is contained in:
Jake Howard 2025-11-05 18:09:45 +00:00
parent 8dec4597b7
commit 0823c2e23e
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
10 changed files with 105 additions and 96 deletions

View file

@ -63,16 +63,6 @@ resource "gandi_livedns_record" "jakehowardtech_dmarc" {
]
}
resource "gandi_livedns_record" "jakehowardtech_wallabag" {
zone = data.gandi_livedns_domain.jakehowardtech.id
name = "wallabag"
type = "CNAME"
ttl = 3600
values = [
"${gandi_livedns_record.sys_domain_pve.name}.${gandi_livedns_record.sys_domain_pve.zone}."
]
}
resource "gandi_livedns_record" "jakehowardtech_speed" {
zone = data.gandi_livedns_domain.jakehowardtech.id
name = "speed"
@ -353,6 +343,16 @@ resource "gandi_livedns_record" "jakehowardtech_atuin" {
]
}
resource "gandi_livedns_record" "jakehowardtech_karakeep" {
zone = data.gandi_livedns_domain.jakehowardtech.id
name = "karakeep"
type = "CNAME"
ttl = 3600
values = [
"${gandi_livedns_record.sys_domain_pve_private.name}.${gandi_livedns_record.sys_domain_pve_private.zone}."
]
}
resource "gandi_livedns_record" "jakehowardtech_caa" {
zone = data.gandi_livedns_domain.jakehowardtech.id
name = "@"