Files
docker-stacks/stacks/traefik/conf.d/minecraft.yaml
knight f46817fa7a
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 1s
Deploy Stacks / deploy-dev (push) Has been cancelled
Add traefik routing configs to GitOps
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>
2026-01-21 11:43:17 -05:00

22 lines
361 B
YAML
Executable File

http:
routers:
skeyta:
entrypoints:
- https
- http
rule: Host(`skeyta.ghost.tel`)
service: skeyta
tls:
certResolver: http
middlewares:
- securityHeaders
services:
skeyta:
loadBalancer:
passHostHeader: true
servers:
- url: "http://ramiel.localdomain:8"