I copied and pasted the following example:
[test]
platform = curl
resource = https://api.myip.com
value_template = My IP: {{value.ip}}
response_type = json
[MyIp.com]
prefix = https: //
url = myip.com
icon = static / images / apps / default.png
description = Link to myip.com
open_in = new_tab
data_sources = test
The first time, the IP address is correctly generated BUT if I change the proxy to change my output @IP or if I change location (work, home for example), the IP address does not change!
I stopped and restarted the server, closed and restarted the browser, changed browser without success
I observe the same problem in version 0.5 and 0.6
Some precisions :
Dahsmachine works with docker
the url https://api.myip.com gives me my real @IP
I copied and pasted the following example: [test] platform = curl resource = https://api.myip.com value_template = My IP: {{value.ip}} response_type = json
[MyIp.com] prefix = https: // url = myip.com icon = static / images / apps / default.png description = Link to myip.com open_in = new_tab data_sources = test
The first time, the IP address is correctly generated BUT if I change the proxy to change my output @IP or if I change location (work, home for example), the IP address does not change!
I stopped and restarted the server, closed and restarted the browser, changed browser without success
I observe the same problem in version 0.5 and 0.6
Some precisions : Dahsmachine works with docker the url https://api.myip.com gives me my real @IP
Thank you for your help