nightscout / nightscout.github.io

website, meta repo for whole project
GNU General Public License v2.0
103 stars 227 forks source link

Fix incorrect nightscout port in fly.io setup #208

Closed jwoglom closed 4 months ago

jwoglom commented 4 months ago

Fixes the port number specified in the fly.io setup docs to be 1337 instead of 3000.

When using 3000, the configured Nightscout site never loads, and flyctl additionally shows this warning explaining that the port number is incorrect:

WARNING The app is not listening on the expected address and will not be reachable by fly-proxy.
You can fix this by configuring your app to listen on the following addresses:
  - 0.0.0.0:3000 for job
Found these processes inside the machine with open listening sockets:
  PROCESS                   | ADDRESSES
----------------------------*--------------------------------------
  node lib/server/server.js | [::]:1337
  /.fly/hallpass            | [fdaa:9:2c20:a7b:cb:d127:a21a:2]:22
psonnera commented 4 months ago

Thank you very much. @jwoglom