Enhance self-serve lane functionality with new relay management and configuration updates

This commit is contained in:
Jeppe Bundgaard
2026-06-02 17:27:22 +02:00
parent 6d739cfebc
commit 1b99523366
18 changed files with 133418 additions and 90 deletions
+16
View File
@@ -49,6 +49,18 @@ http:
certResolver: le
# Dashboard routers are declared via labels; middlewares are defined below.
local:
rule: Host(`localhost`)
entryPoints: [web]
middlewares: [secure-headers]
service: caddy-local
local-api:
rule: Host(`localhost`) && PathPrefix(`/api`)
entryPoints: [web]
middlewares: [strip-api-prefix, secure-headers]
service: caddy-local
priority: 100
middlewares:
redirect-to-https:
@@ -125,6 +137,10 @@ http:
loadBalancer:
servers:
- url: "http://94.130.142.41:11000"
caddy-local:
loadBalancer:
servers:
- url: "http://caddy"
tls:
options: