Supabase Template
Supabase is a complex stack that deploys multiple services together, and they are all accessible through a single reverse proxy service - Kong.
💡
“Kong” is deployed as part of the Supabase template, it is a reverse proxy to all supabase services - such as the studio, auth, storage, functions, etc.
Notable Variables
| Variable Name | Service Name | Description |
|---|---|---|
DASHBOARD_USERNAME | Kong | The username to login to the Supabase Studio |
DASHBOARD_PASSWORD | Kong | The password to login to the Supabase Studio |
Accessing your Supabase Admin UI
- Visit the URL of the
Kongservice - Login with the credentials from the
Variablessection of theKongservice