Replies: 5 comments 2 replies
-
From what I can see, it looks like this should be pretty correct actually. What do you see in the log output in your docker container, when trying to access the grafana path? Maybe it can help you find the issue, if you add more logging to Traefik to see, what's going on by adding following line under command section: |
Beta Was this translation helpful? Give feedback.
-
docker-compose up -d
browsing to https://dockerteslamate.local.mydomain.com/grafana/
|
Beta Was this translation helpful? Give feedback.
-
Hi @Servery Looks weird.. it should work with your configuration. I'm not sure about the Cloudflare config, if there could be something there. |
Beta Was this translation helpful? Give feedback.
-
I am a bit confused by |
Beta Was this translation helpful? Give feedback.
-
In my logs there is a warning:
maybe this config for Grafana is not correct:
the teslamate config is a little different:
Is there everything okay in the Grafana config? |
Beta Was this translation helpful? Give feedback.
-
I modified the "Advanced installation with Traefik, Let's Encrypt & HTTP Basic Auth" so that the SSL challenge is performed via DNS with Cloudflare API. It work's!
https://teslamate.subdomain.domain.de/ is pointing to TeslaMate, but
https://teslamate.subdomain.domain.de/grafana only shows: "Not Found"
If I now stop the teslamate container with
docker-compose stop teslamate
Grafana works great in it's subfolder. What is wrong with my config?docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions