mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-23 02:14:14 +00:00
Deploy immich
This commit is contained in:
parent
48b17ebf6b
commit
b45f0ed2ae
5 changed files with 97 additions and 0 deletions
|
|
@ -277,6 +277,14 @@ resource "cloudflare_record" "jakehowardtech_baby-buddy" {
|
|||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "jakehowardtech_immich" {
|
||||
zone_id = cloudflare_zone.jakehowardtech.id
|
||||
name = "immich"
|
||||
value = cloudflare_record.sys_domain_pve_private.hostname
|
||||
type = "CNAME"
|
||||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "jakehowardtech_caa" {
|
||||
zone_id = cloudflare_zone.jakehowardtech.id
|
||||
name = "@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue