#!/bin/sh # File: run-ngrok.sh # Path: infra/run-ngrok.sh # Project: AI Risk Index — airiskindex.io # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # Copyright © 2026 Simon-Pierre Boucher. All rights reserved. # # Description: PM2 entry: ngrok tunnel to www.airiskindex.io. # PM2 entry for the airiskindex ngrok tunnel on m3u96b (CLAUDE.md §7). exec /opt/homebrew/bin/ngrok http 3000 --url=https://www.airiskindex.io --log=stdout