Settings
2026-05-13 15:35:01 UTC
Runtime configuration
Read-only. To change, edit .env on disk and restart the panel.
- Panel host:port
- 127.0.0.1:8000
- Public base URL
- https://app.firstchevron.com
- Default OAuth redirect
- https://app.firstchevron.com/oauth/callback
- Uploader backend
- local
- Per-account cadence (default)
- 36000s – 50400s (~10–14h)
- Account-sweep spacing
- 5–20s
- Worker tick
- 30s
- Per-account 24h post cap
- 50
Multi-domain summary
Each Meta App can register its own redirect URI. This panel can serve OAuth
for many domains at once — each new domain needs (a) its own Vercel
proxy project pointing back at the panel, and (b) a Meta App with that
domain set in Redirect URI.
app.firstchevron.com
2 apps · Friend's Augustus #1 FB, Friend's Augustus #1 IG
Adding a new brand domain
- Buy the domain (Vercel registrar is fine).
- Deploy
02_devhub/firstchevron-app-proxyas a new Vercel project with that domain attached — thevercel.jsonstays the same (it forwards every path topanel.agencyboard.co, which is this panel). - In Meta’s App Dashboard, set the Instagram Login redirect URI to
https://app.<new-domain>/oauth/callback. - On Meta Apps,
add the Meta App credentials and paste that same URI in the
Redirect URIfield. - Click Connect account on that Meta App and walk through OAuth.