跳到主要内容

supabase

Self Hosting
  • 一套部署只能支持 1 个项目 - #4907
    • 不能作为 SaaS - 除非二次开发
    • 推荐 appwrite
  • studio 没有安全概念,不适合公网 - 如果需要至少反向代理加上 BasicAuth
提示
  • 适用于快速开发应用

Self Hosting

create schema if not exists extensions;
create extension if not exists "uuid-ossp" with schema extensions;
create extension if not exists pgcrypto with schema extensions;
create extension if not exists pgjwt with schema extensions;