azukaar / cosmos-servapps-official

Official repository for Cosmos apps on the market
GNU Affero General Public License v3.0
35 stars 42 forks source link

Add Nightscout app #134

Closed arvchristos closed 4 months ago

arvchristos commented 4 months ago

Adding Nightscout Web portal: https://nightscout.github.io/

Nightscout (also known as CGM in the Cloud) is an open-source cloud application used by people with diabetes and parents of kids with diabetes to visualize, store and share the data from their Continuous Glucose Monitoring sensors in real-time. Once setup, Nightscout acts as a central repository of blood glucose and insulin dosing/treatment data for a single person, allowing you to view the CGM graph and treatment data anywhere using just a web browser connected to the internet.

Implementation is based on the project docker-compose.yml: https://github.com/nightscout/cgm-remote-monitor/blob/master/docker-compose.yml

azukaar commented 4 months ago

Thanks