Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-02-07 00:15:38 +00:00
parent b0f18461b3
commit 775b6ff4fd

View File

@@ -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",