Compare commits
3 Commits
1fc2ad5726
...
2f591386fb
Author | SHA1 | Date | |
---|---|---|---|
|
2f591386fb | ||
57fd18ba04 | |||
539f1ebb35 |
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.4] - 2025-01-12
|
||||
|
||||
### Fixed
|
||||
- add port for proxy
|
||||
|
||||
## [0.5.3] - 2025-01-12
|
||||
|
||||
### Added
|
||||
|
1
node.tf
1
node.tf
@ -46,6 +46,7 @@ resource "null_resource" "node_caddy_template" {
|
||||
user = "root"
|
||||
private_key = var.ssh_private
|
||||
host = var.proxy_ip
|
||||
port = var.proxy_port
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
|
@ -13,6 +13,11 @@ variable "proxy_ip" {
|
||||
default = "10.0.9.0"
|
||||
}
|
||||
|
||||
variable "proxy_port" {
|
||||
description = "which port to use for the caddy file"
|
||||
default = 222
|
||||
}
|
||||
|
||||
variable "proxy_location" {
|
||||
description = "which where to place the files upstream"
|
||||
default = "/root/wireguard/nodes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user