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>
15 lines
273 B
YAML
Executable File
15 lines
273 B
YAML
Executable File
tcp:
|
|
routers:
|
|
ssh-router:
|
|
entryPoints:
|
|
- ssh
|
|
rule: "HostSNI(`*`)"
|
|
service: ssh-service
|
|
|
|
services:
|
|
ssh-service:
|
|
loadBalancer:
|
|
servers:
|
|
- address: "web:22" # Reference the service name defined in docker-compose
|
|
|