dhermanns / rpi-nightscout

CGM Remote Monitor aka Nightscout for the Raspberry Pi 1/2.
35 stars 49 forks source link

How local pi operates https access #26

Closed qq254344379 closed 2 years ago

qq254344379 commented 2 years ago

How do I access https locally 0.0.0:1337?

dhermanns commented 2 years ago

NS runs HTTP only. So you access it http://localhost:1337

To operate HTTPS, you should integrate the container e.g. in K3S. Have a look here:

https://h3rmanns.medium.com/creating-a-k3s-raspberry-pi-cluster-with-k3sup-to-fire-up-a-nightscout-backend-service-based-on-a-27c1f5727e5b

qq254344379 commented 2 years ago

thank