gluetun - widget not working #639
Replies: 7 comments 4 replies
-
same here... |
Beta Was this translation helpful? Give feedback.
-
Okay! So I've officially figured this out! You need to publish port 8000:8000 tcp on your docker container for gluetun (access port for gluetuns control server), and then your widget on services.yaml needs to read url: http://localhost:8000/. I was using port 8155 (gluetun's port) but that is the incorrect port for the http get requests. the control server is what you want to be referring to. |
Beta Was this translation helpful? Give feedback.
-
@Vishnubathala and @makavelli20 you guys have had any luck getting this sorted out yet? @mikeofree Please can you explain what you mean with "...on your docker container.." which one? Gluetun? If so I don´t see how you got it working.. I just tried and not seeing any change anywhere so problem remains Please explain how!
@undaunt that post is so hard to understand and to replicate/follow.. Do you think you can explain it? Your time and effort would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
since your other container (ddns-updater) is already using port 8000, you can choose a different port (ex. 9075) for under the environment variable for the http control server to use. and then use that port on the container as well. ex. 9075:9075/tcp |
Beta Was this translation helpful? Give feedback.
-
So guys, since it works for me now, I though I might share and hopefully be helpful for others who will run into the same issue. Here is how my .yml's look like. Gluetun docker-compose.yml
Homepage services.yml
Remember to run All credit for this rather elegant "solutions" goes to everyone else in this post, specially @mikeofree! |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Hello people can someone help me with this error please
My services yaml config looks like below
Error I am getting
API Error: Unknown error
URL: https://192.168.x.x/v1/publicip/ip
Raw Error:
{
"errno": -111,
"code": "ECONNREFUSED",
"syscall": "connect",
"address": "192.168.x.x",
"port": 443
}
Beta Was this translation helpful? Give feedback.
All reactions