Hi David, Thanks for your effort for making this guide.
I hope you can help me with an issue you might already know how to solve.
I created supabase server using your guide (minus authelia) and enabled FUNCTIONS_VERIFY_JWT=true in .env. Everything appears to work fine which my own domain.
Have you tried running edge functions on your setup that requires a supabase client connection?
Can you try and create a simply function that runs createClient() using esm.sh/@supabase/supabase-js@2 and connects into kong:8000 using ANON_KEY?
The function works on a local development environment but on this self-hosted system it crashes the edge-function docker service when run in the createClient() call.
If you have suggests I would appreciate it.
Cheers
Les Kadlof