Firebase 替代品,云函数, 支持多种编程sdk
网站注册,新建项目,利用sdk开发各种应用即可。
自托管,查看develop章节
# Get the code
git clone --depth 1 https://github.com/supabase/supabase
# Go to the docker folder
cd supabase/docker
# Copy the fake env vars
cp .env.example .env
# Pull the latest images
docker compose pull
# Start the services (in detached mode)
docker compose up -d
docker compose ps
默认打开8000端口,默认账户:
Username: supabase
Password: this_password_is_insecure_and_should_be_updated