feat: add remote node configuration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-01-12 13:28:20 +01:00
parent 0f414cee73
commit 6fc69da087
3 changed files with 44 additions and 1 deletions

4
files/node.caddy Normal file
View File

@@ -0,0 +1,4 @@
@${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io
handle ${name}-node {
reverse-proxy ${ip}:80
}