timoschlueter / nightscout-librelink-up

Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout.
MIT License
192 stars 246 forks source link

Feature/improve docker compatibility #69

Closed timoschlueter closed 1 year ago

timoschlueter commented 1 year ago

What happened in this update:

"Single shot" mode

When setting the environment variable "SINGLE_SHOT" to ´true´ the builtin scheduler will be disabled and the script runs just once and exits after completion. This is very useful if you want to use your own scheduler.

Disabling of HTTPS for Nightscout

Until now, the https:// prefix was hard-coded into the URL of the Nightscout instance. Although HTTPS encryption is very important and should be the default, there are deployments where disabling this it me required. A very good use-case for disabling HTTPS has been provided in #68. The new environment variable NIGHTSCOUT_DISABLE_HTTPS allows this behavior to be enabled.

Minor improvements

timoschlueter commented 1 year ago

This closes #68