[Solved] Dasboard on a different port behind traefik

Suggested template:

Problem/Question

We try to put the dashboard on a different port without encryption.

Relevant docs you followed/actions you took to solve the issue

In netdata.conf:
[web]
bind to = *:19998=dashboard|netdata.conf *:19999=streaming|registry|badges|management^SSL=force

Environment/Browser/Agent’s version etc

Netdata runs in a container behind a traefik edge router.

What I expected to happen

Access the Dashboard through the traefik proxy via port 19998 unencrypted (from traefik to container) and encrypted from child to parent for streaming (this works).

We can access with curl localhost:19998 (unencrypted) inside the netdata container or from external if we expose port 19998. Just traefik is not willing to show netdata up . We have dozens of container behind traefik, only this one is not working.

It was an error in Treafik. Sorry. :innocent: