SPB Git

spb/spbgit Public MIT

SPB Git — the platform hosting itself

JavaScript 73.9% CSS 11.7% Nunjucks 11.6% Shell 2.7%
1.2 KB · 27 lines yaml
Raw Blame History
1# ─────────────────────────────────────────────2#  SPB Git — Personal Git Platform3# ─────────────────────────────────────────────4#  Author  : Simon-Pierre Boucher5#  Contact : contact@spboucher.ai6#  File    : deploy/ngrok.yml7#  Purpose : ngrok v3 agent config — git.spboucher.ai → 127.0.0.1:74208#  License : MIT © Simon-Pierre Boucher9# ─────────────────────────────────────────────10#11# DNS setup (one time):12#   1. In the ngrok dashboard, add the custom domain `git.spboucher.ai`13#      (Universal Gateway → Domains → New Domain).14#   2. ngrok shows a CNAME target — create that CNAME record on spboucher.ai:15#        git.spboucher.ai  CNAME  <xxxx>.ngrok-cname.com16#   3. Authtoken: either export NGROK_AUTHTOKEN before starting the agent,17#      or run `ngrok config add-authtoken <token>` once on the host.18#19version: 320agent:21  authtoken: ${NGROK_AUTHTOKEN}22endpoints:23  - name: spbgit24    url: https://git.spboucher.ai25    upstream:26      url: http://127.0.0.1:742027