Fix synapse-admin URL
It no longer supports being run on a subdirectory with the stock container
This commit is contained in:
@ -195,3 +195,10 @@ resource "cloudflare_record" "jakehowardtech_slides" {
|
||||
type = "CNAME"
|
||||
ttl = 1
|
||||
}
|
||||
resource "cloudflare_record" "jakehowardtech_matrix_admin" {
|
||||
zone_id = cloudflare_zone.jakehowardtech.id
|
||||
name = "synapse-admin"
|
||||
value = linode_instance.casey.ip_address
|
||||
type = "A"
|
||||
ttl = 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user