Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
1fc2ad5726 chore(release): 0.5.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-12 12:57:34 +00:00
3 changed files with 0 additions and 11 deletions

View File

@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.4] - 2025-01-12
### Fixed
- add port for proxy
## [0.5.3] - 2025-01-12 ## [0.5.3] - 2025-01-12
### Added ### Added

View File

@ -46,7 +46,6 @@ resource "null_resource" "node_caddy_template" {
user = "root" user = "root"
private_key = var.ssh_private private_key = var.ssh_private
host = var.proxy_ip host = var.proxy_ip
port = var.proxy_port
} }
provisioner "file" { provisioner "file" {

View File

@ -13,11 +13,6 @@ variable "proxy_ip" {
default = "10.0.9.0" default = "10.0.9.0"
} }
variable "proxy_port" {
description = "which port to use for the caddy file"
default = 222
}
variable "proxy_location" { variable "proxy_location" {
description = "which where to place the files upstream" description = "which where to place the files upstream"
default = "/root/wireguard/nodes" default = "/root/wireguard/nodes"