|
I'm discovering Supabase and I'm trying to use the self-hosted version in docker. For instance I would like to turn off the possibility to signup and only allow invitation. Am I missing something ? I tried to access the supabase url to see if there is a dashboard available for the self hosted version but I got a message saying Am I missing something ? Also, is it possible to control a self-hosted database with the online dashboard ? Kind regards, Xavier |
Replies: 1 comment 2 replies
|
Hi @X4V1, the dashboard isn't open source yet (we're working on this!), more info here. For now, to disable signups, you need to set the I'll look into the invitation error, possibly related to supabase/cli#22. |
Hi @X4V1, the dashboard isn't open source yet (we're working on this!), more info here.
For now, to disable signups, you need to set the
GOTRUE_DISABLE_SIGNUPenvironment variable in the Compose file to'true'. If you've created thesupabase-authcontainer already, you might need to pass--force-recreateto docker-compose.I'll look into the invitation error, possibly related to supabase/cli#22.