Compare commits
1 Commits
renovate/a
...
742e8627e9
Author | SHA1 | Date | |
---|---|---|---|
|
742e8627e9 |
@@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.10] - 2025-01-13
|
||||
## [0.5.9] - 2025-01-12
|
||||
|
||||
### Fixed
|
||||
- make sure to not brick my reverse proxy
|
||||
### Other
|
||||
- fall back on timestamp if file not exists
|
||||
|
||||
## [0.5.8] - 2025-01-12
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io
|
||||
handle @${name}-node {
|
||||
reverse_proxy ${split("/", ip)[0]}:80
|
||||
handle ${name}-node {
|
||||
reverse-proxy ${split("/", ip)[0]}:80
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "Telmate/proxmox"
|
||||
version = "3.0.1-rc9"
|
||||
version = "3.0.1-rc6"
|
||||
}
|
||||
}
|
||||
required_version = ">= 0.13"
|
||||
|
Reference in New Issue
Block a user