diff --git a/json/helpers_cache.json b/json/helpers_cache.json index a1f69740..288d5ec3 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -4214,6 +4214,25 @@ ], "type": "pve" }, + { + "name": "Nightscout", + "slug": "nightscout", + "desc": "Nightscout is an open source, DIY project that allows real time access to a CGM data via personal website, smartwatch watchers, or apps and widgets available for smartphones.", + "script": "ct/nightscout.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nightscout.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/nightscout.sh", + "os": "debian", + "categories": [ + 0 + ], + "notes": [ + "Nightscout requires configuring `my.env` with your Mongo connection string. API_SECRET has been generated and saved to `~/nightscout.creds`.", + "Edit `/opt/nightscout/my.env` to configure your CGM source (Dexcom/CareLink). Then run: `systemctl restart nightscout`", + "Official Configuration Guide: https://nightscout.github.io/nightscout/setup_variables/", + "Nightscout requires HTTPS for many features (security, tokens, PWA). Usage of a reverse proxy (e.g. Nginx Proxy Manager, Traefik, Caddy) is highly recommended." + ], + "type": "ct" + }, { "name": "NocoDB", "slug": "nocodb",