configuracion actual

This commit is contained in:
2025-10-05 04:00:40 -06:00
parent fa418dae4f
commit 72719e75b0
17 changed files with 1076 additions and 1274 deletions

View File

@@ -0,0 +1,30 @@
# Configuración dinámica para authentik.nucleoriofrio.com
# Proxy a authentiknucleo-server-1:9000
http:
routers:
authentik-nucleoriofrio:
rule: "Host(`authentik.nucleoriofrio.com`)"
entryPoints:
- websecure
service: authentik-nucleoriofrio-service
tls:
certResolver: letsencrypt
middlewares:
- authentik-headers
services:
authentik-nucleoriofrio-service:
loadBalancer:
servers:
- url: "http://authentiknucleo-server-1:9000"
passHostHeader: true
middlewares:
authentik-headers:
headers:
customRequestHeaders:
X-Forwarded-Proto: "https"
X-Forwarded-Scheme: "https"
customResponseHeaders:
X-Robots-Tag: "noindex, nofollow"