mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Setup Mastodon
This commit is contained in:
parent
41519afebe
commit
dc7cff3140
8 changed files with 96 additions and 3 deletions
8
dns.tf
8
dns.tf
|
|
@ -88,6 +88,14 @@ resource "hetznerdns_record" "jitsi_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "mastodon_a" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_zone.id
|
||||
name = "social"
|
||||
value = hcloud_server.backend1.ipv4_address
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "elefan-test_a" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_zone.id
|
||||
name = "elefan-test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue