Skip to content

diploi/component-supabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

Supabase Component for Diploi

launch with diploi badge component on diploi badge latest tag badge

Run Supabase on Diploi.

Based on the official supabase/docker docker-compose.yml file.

Operation

A full Supabase implementation.

Limitations

We know of a few limitations that currently exist with Supabase on Diploi. We are actively working on fixes.

  • Connection URI's dislayed on Supabase Studio are wrong, please use the ones on Diploi Console
  • Logs view on Supabase Studio is empty, please use the logging functionality built-in to Diploi

Authentication

Self-hosted Supabase comes with a simple basic auth implementation by default. Diploi implements custom authentication for the admin panel, making it easier to use. You can authenticate with a single-click from Diploi Console, or use username & password to login.

You can find the admin credentials from a deployments "Options" tab in the Diploi Console.

Development

You can develop custom functions with Deno. We will create a /functions directory for you with a preconfigured main function and an example hello function.

Links