Simplifying Nightscout setup routine
These scripts are used to make private Nightscout setup as smooth as you could only imagine.
It uses docker compose with nightscout itself, traefik for ssl termination and mongodb for your data. The docker-compose.yml
is based on original Nightscout's one but modified a bit to make use of parameters entered during install scipt's execution.
- First of all you need your VPS - virtal machine.
- You need a domain name registered and attached to your VPS's public IP.
- Also you need a ssh access to your VPS.
Once all the mentioned preparations done you do:
- ssh to your VPS
- write
bash <(wget -qO- https://raw.githubusercontent.com/justmara/ns-setup/main/ns-setup.sh)
in console, press enter and follow installation instructions. - enjoy your private nightscout installation