Files
homelab/roles/traefik/templates/remote-dynamic.yml.j2
T
alex f3bf46ba53
Deploy Containers / Prepare (push) Has been cancelled
add config file to jackson
2026-08-02 22:35:20 -04:00

20 lines
400 B
Django/Jinja

http:
middlewares:
tinyauth:
forwardauth:
address: http://tinyauth:3000/api/auth/traefik
routers:
coolify:
rule: "Host(`coolify.citadel.fntz.net`)"
service: coolify
entryPoints:
- webSecure
tls:
certResolver: letsencrypt
services:
coolify:
loadBalancer:
servers:
- url: "http://100.105.157.6:8000/"