Addes support for reverse proxy to home server

This commit is contained in:
2025-06-01 17:14:33 +02:00
parent 8dd48ec2c7
commit b0162abb88
25 changed files with 632 additions and 18 deletions
+6
View File
@@ -37,3 +37,9 @@ variable "mail_crypt_public_key" {
description = "Mailcrypt public key"
type = string
}
variable "wireguard_1_public_key" {
description = "The public key for Wireguard"
type = string
}