Sign inSign up

dave2526/nightscout

By dave2526

Updated almost 4 years ago

automated created by github

Image
0

177

dave2526/nightscout repository overview

Nightscout Docker Image for use with Ubuntu Server 64bit on a Raspberry Pi

64bit is required for the actual MongoDB.

You also need a MongoDB repo (https://hub.docker.com/_/mongo) to storage your Data in a Database.

Bring the 2 Container in the same virtual network (use static ips) and set the minimal environment variables:

  • MONGODB_URI = mongodb://"ip_of_your_mongodb_container"/nightscout
  • API_SECRET = "replace_with_your_own_api_secret"
  • TZ = Europe/Berlin /or other
  • INSECURE_USE_HTTP = true

The last env is to use it the first time without a SSL Certificate, but it is recommend to install a Certificate or use a Reverse-Proxy Server if you want a Portforwarding to your Nightscout to watch your Data via the www.

You can set up all known nightscout variables as environemt variables (https://nightscout.github.io/nightscout/setup_variables)

When the Containers are running, visit "ip_of_your_dockerhost":1337

Tag summary

Content type

Image

Digest

sha256:f8ab7c18d

Size

491.2 MB

Last updated

almost 4 years ago

docker pull dave2526/nightscout:14_2_5