Compare commits

..

3 Commits

Author SHA1 Message Date
cuddle-please
c6617d398a chore(release): 0.5.10
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-13 19:17:28 +00:00
9087b75d5b
fix: make sure to not brick my reverse proxy
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-13 20:01:15 +01:00
8d7aea6894
chore(release): v0.5.9
All checks were successful
continuous-integration/drone/tag Build is passing
2025-01-13 20:01:15 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.9] - 2025-01-12
## [0.5.10] - 2025-01-13
### Other
- fall back on timestamp if file not exists
### Fixed
- make sure to not brick my reverse proxy
## [0.5.8] - 2025-01-12

View File

@ -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
}