capgo
capgo copied to clipboard
Improve self-hosted doc
Hi!
I really like Capgo! However the documentation doesn't make it very clear how to self-host with a production setup. I've installed Dokploy and added a Supabase self-hosted database, and now I'm trying to add Capgo and connect, but when trying to register a new user on the localhost:5173 dashboard (after bun run build && bun run serve --host) it says that "user account with same email used to exist"
how should I create a new user?
also should the "supa_url" be the "front" Korg URL of supabase, or directly the Postgrest URL?