diff --git a/ansible/roles/pve_docker/files/whoami/docker-compose.yml b/ansible/roles/pve_docker/files/whoami/docker-compose.yml index 3e57499..1552408 100644 --- a/ansible/roles/pve_docker/files/whoami/docker-compose.yml +++ b/ansible/roles/pve_docker/files/whoami/docker-compose.yml @@ -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 diff --git a/terraform/theorangeone.net.tf b/terraform/theorangeone.net.tf index d8ca7ee..c4a17aa 100644 --- a/terraform/theorangeone.net.tf +++ b/terraform/theorangeone.net.tf @@ -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 = "@"