This project allow you to run Nightscout on RPi4
- RPI 4
- Installed: git, docker, docker-compose
- Access to router with port forwarding
- Public IP address with registred domain (e.g. DynDNS)
- Clon repository
git clone https://github.com/walczakkamil/pi_nightscout.git .
- Prepare your router, forward external ports for http and https (e.g. 80->rpi_ip:80, 443->rpi_ip:443)
- Make environment configuration file
cp .env.template .env
- Look to .env and setup Nightscout/domain configuration
- run
install.sh
script
Nightscout Team https://github.com/nightscout/cgm-remote-monitor
Ireneusz Ptak (Certbot and installscript - it saved me a lot of time) https://github.com/ireneusz-ptak/ns-docker
Certificate installation thanks to https://github.com/wmnnd/nginx-certbot
All code in this repository is licensed under the terms of the MIT License
. For further information please refer ODto the LICENSE
file.