SPB Git

spb/worthdoing Public

Autonomous investigation agent that discovers, challenges, and ranks things genuinely worth doing — Claude + Firecrawl, Next.js 16, PostgreSQL

TypeScript 91.5% SQL 5.8% CSS 2.2%
351 B · 14 lines yaml
Raw Blame History
1# WorthDoing.ai2# Author: Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# File: deploy/ngrok.yml5# Description: ngrok tunnel configuration — maps www.worthdoing.ai to the app on port 3001.6version: "3"7agent:8  authtoken: ${NGROK_AUTHTOKEN}9endpoints:10  - name: worthdoing-web11    url: https://www.worthdoing.ai12    upstream:13      url: 300114