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
407 B
YAML
Executable File
24 lines
407 B
YAML
Executable File
core:
|
|
defaultRuleSyntax: v2
|
|
|
|
http:
|
|
routers:
|
|
tlc:
|
|
entrypoints:
|
|
- https
|
|
- http
|
|
rule: Host(`tlc.ghost.tel`) || Host(`thislittlecorner.net`)
|
|
service: tlc
|
|
tls:
|
|
certResolver: http
|
|
middlewares:
|
|
- securityHeaders
|
|
|
|
services:
|
|
tlc:
|
|
loadBalancer:
|
|
passHostHeader: true
|
|
servers:
|
|
- url: "http://docker-dev:8080/"
|
|
|