mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-23 02:14:14 +00:00
Deploy bluesky PDS
This commit is contained in:
parent
e1ee73e0fa
commit
74a10e95ea
7 changed files with 107 additions and 0 deletions
|
|
@ -221,6 +221,22 @@ resource "cloudflare_record" "theorangeonenet_comentario" {
|
|||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "theorangeonenet_bsky" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "bsky"
|
||||
value = cloudflare_record.sys_domain_pve.hostname
|
||||
type = "CNAME"
|
||||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "theorangeonenet_atproto" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "_atproto"
|
||||
value = "did=did:plc:pgyg4ih7zsqkwdon34jqkbuz"
|
||||
type = "TXT"
|
||||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "theorangeonenet_caa" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue