# earth-now.co # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # File: infra/ngrok.yml # Purpose: ngrok v3 agent config — reserved domain www.earth-now.co → nginx proxy on port 8080 # # ########################################################################## # ## NEVER COMMIT THE AUTHTOKEN. ## # ## There is deliberately NO `authtoken:` key in this file — the token ## # ## is provided at runtime via the NGROK_AUTHTOKEN environment variable ## # ## (or `ngrok config add-authtoken` on the node), sourced from the ## # ## secret manager. Any PR adding a token here must be rejected. ## # ########################################################################## # # Start on m3u96b with: # NGROK_AUTHTOKEN=*** ngrok start --config infra/ngrok.yml earth-now # Agent config format version 2 — the format used by the ngrok v3 agent. version: "2" tunnels: earth-now: proto: http # nginx proxy published by docker-compose.prod.yml on the host. addr: localhost:8080 # Reserved domain — serves https://www.earth-now.co domain: www.earth-now.co