Add /mtg route to Traefik and Pi-hole DNS

Routes adyrem.duckdns.org/mtg → http://10.10.2.10:3000 (claude-code-vm)
with StripPrefix so the app sees requests at /.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Adyrem
2026-05-18 10:24:33 +02:00
parent 1d878a8d45
commit 80a3250cf6
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -13,6 +13,12 @@ traefik_services:
public_host: "adyrem.duckdns.org"
public_path: "/git"
strip_prefix: "/git"
- name: mtg
host: "mtg.homelab"
backend: "http://10.10.2.10:3000"
public_host: "adyrem.duckdns.org"
public_path: "/mtg"
strip_prefix: "/mtg"
- name: grafana
host: "grafana.homelab"
backend: "http://10.10.1.137:3000"