How to setup supabase in self-hosted environment?
Hi, I setup firecrawl in a self-hosted docker environment. First things work awesome, now I would like to get screenshot - from the code I learn, I have to setup supabase. I self host supabase too, from my understanding I need to initialize the supabase (postgreSQL) environment. Is there a call or a schema avalailable?
1 Reply
Of course I managed to setup a basic schema from supabase_type.ts, but there might be functions and other stuff. Anyone has information to share?