Remove NetBox Traefik config - deferred until Compose rebuild

This commit is contained in:
2026-03-21 19:10:10 -05:00
parent c087f32355
commit c1d85b7f89
5 changed files with 346 additions and 4 deletions

View File

@@ -14,10 +14,10 @@ http:
authentik:
loadBalancer:
servers:
- url: "http://10.1.71.40:8000"
- url: "http://guest-relations.local.mk-labs.cloud:8000"
## Authentik Forward Auth Middleware
## Add 'authentik' to a router's middlewares list to protect it with SSO
## Add 'authentik-forwardauth' to a router's middlewares list to protect it with SSO
## Example:
## my-service:
## rule: "Host(`my-service.local.mk-labs.cloud`)"
@@ -27,7 +27,7 @@ http:
middlewares:
authentik-forwardauth:
forwardAuth:
address: "http://10.1.71.40:8000/outpost.goauthentik.io/auth/nginx"
address: "http://guest-relations.local.mk-labs.cloud:8000/outpost.goauthentik.io/auth/nginx"
trustForwardHeader: true
authResponseHeaders:
- X-authentik-username

View File

@@ -0,0 +1,17 @@
http:
routers:
n8n:
rule: "Host(`n8n.local.mk-labs.cloud`)"
entryPoints:
- websecure
service: n8n
tls:
certResolver: cloudflare
middlewares:
- security-headers
services:
n8n:
loadBalancer:
servers:
- url: "http://tiki-room.local.mk-labs.cloud:5678"