mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-22 18:07:05 +00:00
Remove private config for whoami
This commit is contained in:
parent
9fd69d8036
commit
004df7acd8
2 changed files with 0 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = "@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue