Files
docker-stacks/stacks/traefik/conf.d/authentik.yml
knight 0cbe7d3862
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 0s
Deploy Stacks / deploy-dev (push) Has been cancelled
Use ubuntu-prod hostname in Traefik upstreams
2026-02-05 19:21:55 -05:00

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"