balena-io-experimental / browser

A drop-in web browser block
96 stars 70 forks source link

Feature request - autorefresh variable #156

Open vern3851 opened 11 months ago

vern3851 commented 11 months ago

i’d love to have the page refresh every hour. I can achieve this by hitting the API on the device like this: curl -X POST http://192.168.1.111:5011/autorefresh/3600 However that does not survive a device reboot. Is their a variable that could be used instead of the API?

vern3851 commented 4 months ago

weve done some network hardening, hitting this API is possible from the console and pointing at loopback too. eg curl -X POST http://127.0.0.1:5011/autorefresh/3600 but, still just a band-aid, would really like a proper variable to set.