diff --git a/docs/nightscout/docker.md b/docs/nightscout/docker.md index 0139bc29..b3b2f513 100644 --- a/docs/nightscout/docker.md +++ b/docs/nightscout/docker.md @@ -5,4 +5,31 @@ orphan: true
+Build your own Docker hub image +1. Clone the cgm-remote-monitor project locally + +2. Open a shell in the project root directory (cd cgm-remote-monitor) + +3. Create the image + + docker build . -t cgm-remote-monitor + +4. Get the image ID + + docker image ls + + REPOSITORY TAG IMAGE ID CREATED SIZE + cgm-remote-monitor latest 81a5bfa0c365 50 seconds ago 263MB + +5. Create an empty cgm-remote-monitor repository in Docker hub + +6. Match your own Docker hub username with your Docker username + + docker image tag 81a5bfa0c365 username/cgm-remote-monitor + +7. Push the image to Docker hub + + docker push username/cgm-remote-monitor + +8. Your image is available as username/cgm-remote-monitor diff --git a/docs/nightscout/downloaders.md b/docs/nightscout/downloaders.md index ac4a3f3e..7d7c6602 100644 --- a/docs/nightscout/downloaders.md +++ b/docs/nightscout/downloaders.md @@ -37,7 +37,7 @@ Facebook group [xDrip](https://www.facebook.com/groups/xDripG5/) -### [AndroidAPS NSClient](https://github.com/nightscout/AndroidAPS/releases) +### [AAPSClient](https://github.com/nightscout/AndroidAPS/releases) @@ -45,6 +45,22 @@ Facebook group [AndroidAPS Users](https://www.facebook.com/groups/AndroidAPSUser +### [GlucoDataHandler](https://github.com/pachi81/GlucoDataHandler) + +Available in [Google Play store](https://play.google.com/store/apps/details?id=de.michelinside.glucodatahandler). + + + +Receives glucose, IOB and COB values from **Nightscout** (pebble interface). + + + + + +[GlucoDataAuto](https://github.com/pachi81/GlucoDataAuto/blob/main/README.md) for Android Auto. + + + ### [Nightwatch](https://play.google.com/store/apps/details?id=se.cornixit.nightwatch) (Google Play Store) diff --git a/docs/nightscout/img/IconAAuto.png b/docs/nightscout/img/IconAAuto.png new file mode 100644 index 00000000..27981f23 Binary files /dev/null and b/docs/nightscout/img/IconAAuto.png differ