jordankilburn

Results 3 comments of jordankilburn

> You need to enable at least one auth method, eg Google Auth. Check the pre-populated env vars in Coolify for your options. Yes, I found the list with instructions...

> or leave domains blank and just use a dynamic file What do you mean by this @djsisson ? How can I do this is Coolify. Just fill out the...

I ended up solving this by grouping all the domains for each rule with the || operator. ```# HTTP Router: Redirect all domains to HTTPS traefik.http.routers.app-http.entryPoints=http traefik.http.routers.app-http.middlewares=redirect-to-https traefik.http.routers.app-http.rule=Host(`domain1.com`) || Host(`www.domain1.com`)...