24 lines
520 B
YAML
24 lines
520 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://ubuntu-prod.localdomain:9000"
|