You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
Yes, this is how it is currently configured. It only allows traffic in if the host: header is *.balena-devices.com OR *.local OR *.localdomain OR *.lan.
As can be seen in the traefik.http.routers.<entrypoint/frontend>.rule definitions
So, port 80/443 is owned by traefik. Traefik says you only get forwarded/proxied into the octoprint container on port 5000 IF those names match, if not then 404.
TL;DR
If you go to the IP address on port 5000 you will bypass Traefik and get directly through to Octoprint.
works with balena public IP but not with local one.
I guess it has to do with traefik settings
The text was updated successfully, but these errors were encountered: