# ───────────────────────────────────────────── # SPB Git — Personal Git Platform # ───────────────────────────────────────────── # Author : Simon-Pierre Boucher # Contact : contact@spboucher.ai # File : deploy/ngrok.yml # Purpose : ngrok v3 agent config — git.spboucher.ai → 127.0.0.1:7420 # License : MIT © Simon-Pierre Boucher # ───────────────────────────────────────────── # # DNS setup (one time): # 1. In the ngrok dashboard, add the custom domain `git.spboucher.ai` # (Universal Gateway → Domains → New Domain). # 2. ngrok shows a CNAME target — create that CNAME record on spboucher.ai: # git.spboucher.ai CNAME .ngrok-cname.com # 3. Authtoken: either export NGROK_AUTHTOKEN before starting the agent, # or run `ngrok config add-authtoken ` once on the host. # version: 3 agent: authtoken: ${NGROK_AUTHTOKEN} endpoints: - name: spbgit url: https://git.spboucher.ai upstream: url: http://127.0.0.1:7420