Route jafner.chat to traefik api

This commit is contained in:
Joey Hafner 2023-03-26 12:03:42 -07:00
parent b6dad10e35
commit d331434e32

View File

@ -1,7 +1,7 @@
http: http:
routers: routers:
api: api:
rule: "Host(`traefik.jafner.chat`)" rule: "Host(`traefik.jafner.chat`) || Host(`jafner.chat`)"
entryPoints: "websecure" entryPoints: "websecure"
middlewares: middlewares:
- "lan-only@file" - "lan-only@file"