mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add Forgejo
This commit is contained in:
parent
69d06e8e71
commit
c2f5e22bc6
7 changed files with 98 additions and 5 deletions
|
|
@ -342,6 +342,14 @@ resource "hetznerdns_record" "website_marie_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "forge_a" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_zone.id
|
||||
name = "forge"
|
||||
value = local.hel1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "froidmont_cname" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_zone.id
|
||||
name = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue