-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse proxy #76
Comments
For me the healthcheck was not working. I removed it from the docker compose and now it is working with traefik. 🤷 |
this might not be an issue with Blinko. I would suggest checking your Traefik configuration to ensure there are no routing or SSL termination issues. Make sure Traefik is correctly handling the HTTPS requests and that the relevant environment variables are set properly." |
Same problem here, with NEXTAUTH_URL showing Bad Gateway. |
I believe this may be a bug. Blinko is binding to the first docker network and is unreachable from other networks. In my environment, traefik runs on the
|
That worked for me. I was on that path initially and tried ordering them in compose which didn't change the subnet listed in the blinko logs at runtime. Glad I stumbled on this |
I also experienced this using Caddy. Setting blinko's network name to "z-blinko-network" did the trick. Thanks! |
Why closed, this is a Bug! |
I enjoy it, but for some reason it didn't function with Traefik, which manages SSL termination. I also tried setting the environment for the public-facing URL, and it's still not working for me.
The text was updated successfully, but these errors were encountered: