SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
1.1 KB · 28 lines yaml
Raw Blame History
1# earth-now.co2# Author:  Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# File:    infra/ngrok.yml5# Purpose: ngrok v3 agent config — reserved domain www.earth-now.co → nginx proxy on port 80806#7# ##########################################################################8# ##  NEVER COMMIT THE AUTHTOKEN.                                         ##9# ##  There is deliberately NO `authtoken:` key in this file — the token  ##10# ##  is provided at runtime via the NGROK_AUTHTOKEN environment variable ##11# ##  (or `ngrok config add-authtoken` on the node), sourced from the     ##12# ##  secret manager. Any PR adding a token here must be rejected.        ##13# ##########################################################################14#15# Start on m3u96b with:16#   NGROK_AUTHTOKEN=***  ngrok start --config infra/ngrok.yml earth-now1718# Agent config format version 2 — the format used by the ngrok v3 agent.19version: "2"2021tunnels:22  earth-now:23    proto: http24    # nginx proxy published by docker-compose.prod.yml on the host.25    addr: localhost:808026    # Reserved domain — serves https://www.earth-now.co27    domain: www.earth-now.co28