Otar
is it possible to use traefik to expose other services on the machine?
btw, i guess you answered 2 problems there, i had gave up on authentik because it was going on a loop, the middleware forwarded but when i logged in on it, i was sent back to it again
13 replies
is it possible to use traefik to expose other services on the machine?
services:
proxmox:
loadBalancer:
servers:
- url: "http://192.168.100.1:8006"
routers:
proxmox:
entryPoints:
- "websecure"
rule: "Host(
http://proxmox.xxx.duckdns.org
)"
service: "proxmox"
tls:
certresolver: "myresolver"13 replies