Remove private config for whoami

This commit is contained in:
Jake Howard 2025-12-03 23:23:21 +00:00
parent 9fd69d8036
commit 004df7acd8
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
2 changed files with 0 additions and 13 deletions

View file

@ -5,9 +5,6 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.whoami.rule=Host(`whoami.theorangeone.net`) || Host(`whoami-cdn.theorangeone.net`) || Host(`who.0rng.one`)
- traefik.http.routers.whoami-private.rule=Host(`whoami-private.theorangeone.net`)
- traefik.http.routers.whoami-private.middlewares=tailscale-only@file
networks:
- default
- traefik

View file

@ -32,16 +32,6 @@ resource "gandi_livedns_record" "theorangeonenet_whoami_cdn" {
]
}
resource "gandi_livedns_record" "theorangeonenet_whoami_private" {
zone = data.gandi_livedns_domain.theorangeonenet.id
name = "whoami-private"
type = "CNAME"
ttl = 3600
values = [
"${gandi_livedns_record.sys_domain_pve.name}.${gandi_livedns_record.sys_domain_pve.zone}."
]
}
resource "gandi_livedns_record" "theorangeonenet_mx" {
zone = data.gandi_livedns_domain.theorangeonenet.id
name = "@"