Replies: 1 comment 1 reply
-
This is what my config.toml looks like for gluetun.
Also, in your homepage config, you don't need the fields section if you want all three of them to be visible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Homepage as a dashboard and they have an API functionality to several services including gluetun. I upgraded to the latest version of gluetun and am now getting API errors on homepage. Reached out to homepage and they are asking if gluetun has changed the data formatting. If it has they are willing to modify to accommodate.
Here's the link to the response from the Homepage team
gethomepage/homepage#4195 (comment)
I am currently using the apikey as the authentication method and using the Public IP route /v1/publicip/ip
This is the error log in Homepage related to the API
2024-10-28T18:32:21.981Z] error: Invalid data for widget 'gluetun' endpoint 'publicip/ip':
Expected:public_ip,region,country
Parse error: none
Data: {"type":"Buffer","data":[123,34,112,117,98,108,105,99,95,105,112,34,58,34,57,49,46,49,52,56,46,50,52,49,46,52,50,34,44,34,99,111,117,110,116,114,121,34,58,34,84,104,101,32,78,101,116,104,101,114,108,97,110,100,115,34,44,34,108,111,99,97,116,105,111,110,34,58,34,53,50,46,51,56,50,52,48,49,44,52,46,56,57,57,53,48,48,34,44,34,111,114,103,97,110,105,122,97,116,105,111,110,34,58,34,69,119,101,107,97,32,73,110,116,101,114,110,101,116,32,83,101,114,118,105,99,101,115,32,66,46,86,46,34,44,34,116,105,109,101,122,111,110,101,34,58,34,69,117,114,111,112,101,47,65,109,115,116,101,114,100,97,109,34,125,10]}
Beta Was this translation helpful? Give feedback.
All reactions