rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 119 forks source link

Curl does not update values once created ? #182

Open SadarSSI opened 4 years ago

SadarSSI commented 4 years ago

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