timoschlueter / nightscout-librelink-up

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

for local use [non domain] setup #125

Closed willhughes924 closed 4 months ago

willhughes924 commented 4 months ago

Hope this helps somone, but I found the only way to get this to work locally with IP's for me was by appending a port, and not with SHA hash but with just the token from nightscout:

nightscout-libre-link: image: timoschlueter/nightscout-librelink-up container_name: nightscout-libre-link environment: LINK_UP_USERNAME: "ReplaceWithUserName" LINK_UP_PASSWORD: "ReplaceWithpassword" LINK_UP_TIME_INTERVAL: "1" LINK_UP_REGION: "EU" NIGHTSCOUT_URL: "IPOFNIGHTSCOUT:1337" NIGHTSCOUT_DISABLE_HTTPS: "true"
NIGHTSCOUT_API_TOKEN: "TOKEN HERE" LOG_LEVEL: "debug" depends_on: