Sync all conf.d routing configs from core: - authentik.yml - routes to ubuntu-prod:9000 - gitea.yml - routes to ubuntu-prod:3001 - middlewares.yaml - forward-auth, redirects, security headers - dynamic.yml, library.yaml, meshmon.yaml, minecraft.yaml - radio.yml, spider.yml, tlc.yml, wille.yaml Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
510 B
YAML
24 lines
510 B
YAML
http:
|
|
routers:
|
|
authentik:
|
|
entrypoints:
|
|
- https
|
|
rule: "Host(`authentik.ghost.tel`)"
|
|
service: authentik
|
|
tls:
|
|
certResolver: http
|
|
|
|
authentik-outpost:
|
|
entrypoints:
|
|
- https
|
|
rule: "HostRegexp(`{subdomain:[a-z0-9]+}.ghost.tel`) && PathPrefix(`/outpost.goauthentik.io/`)"
|
|
service: authentik
|
|
tls:
|
|
certResolver: http
|
|
|
|
services:
|
|
authentik:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://192.168.5.123:9000"
|