Run Supabase on Diploi.
Based on the official supabase/docker docker-compose.yml
file.
A full Supabase implementation.
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
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.
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.