SupabaseStudio

SupabaseStudio

Docker 应用程序 from Raccommode's Repository

概述

Supabase Studio is the browser dashboard for managing a self-hosted Supabase project, including database tables, SQL, Auth, Storage, Edge Functions, logs, project settings, and API credentials.

要求

This template runs only the Supabase Studio dashboard container from the official Supabase Docker Compose stack. The Studio image tag matches Supabase Docker release v1.26.05. It does not install Kong, Auth, PostgREST, Realtime, Storage, Edge Runtime, Logflare, Vector, Supavisor, or Postgres. Follow the official Docker guide in ReadMe to deploy the full stack, keep matching image versions together, and place this container on the same custom Docker network as services named kong, meta, analytics, and db before relying on the default URLs below. Generate new secrets with the Supabase scripts before first use; never keep the example keys.

运行时参数

网络用户界面
http://[IP]:[PORT:3000]
网络
bridge
外壳
sh
特权
false

模板配置

Web UI PortPorttcp

Supabase Studio web interface port. Container port: 3000. The official full stack normally exposes Studio through Kong on port 8000.

目标
3000
默认值
3000
价值
3000
SnippetsPathrw

Persistent SQL snippets folder used by Studio.

目标
/app/snippets
默认值
/mnt/user/appdata/supabase-studio/snippets
价值
/mnt/user/appdata/supabase-studio/snippets
Edge FunctionsPathrw

Folder where Studio manages Edge Functions source files.

目标
/app/edge-functions
默认值
/mnt/user/appdata/supabase-studio/edge-functions
价值
/mnt/user/appdata/supabase-studio/edge-functions
HostnameVariable

Interface Studio listens on inside the container.

目标
HOSTNAME
默认值
0.0.0.0
价值
0.0.0.0
Postgres Meta URLVariable

Internal URL for the Supabase postgres-meta service.

目标
STUDIO_PG_META_URL
默认值
http://meta:8080
价值
http://meta:8080
Supabase Internal URLVariable

Internal URL for the Supabase API gateway service.

目标
SUPABASE_URL
默认值
http://kong:8000
价值
http://kong:8000
Supabase Public URLVariable

Public URL clients use to reach the Supabase API gateway, for example http://UNRAID-IP:8000 or https://supabase.example.com.

目标
SUPABASE_PUBLIC_URL
默认值
http://localhost:8000
价值
http://localhost:8000
Postgres HostVariable

Hostname for the Supabase Postgres service as seen from Studio.

目标
POSTGRES_HOST
默认值
db
价值
db
Postgres PortVariable

Supabase Postgres or Supavisor session port.

目标
POSTGRES_PORT
默认值
5432
价值
5432
Postgres DatabaseVariable

Supabase Postgres database name.

目标
POSTGRES_DB
默认值
postgres
价值
postgres
Postgres PasswordVariable

Database password generated for the Supabase stack.

目标
POSTGRES_PASSWORD
PG Meta Crypto KeyVariable

Studio postgres-meta encryption key. Generate a unique value before production use.

目标
PG_META_CRYPTO_KEY
REST SchemasVariable

Comma-separated Postgres schemas exposed through PostgREST.

目标
PGRST_DB_SCHEMAS
默认值
public,storage,graphql_public
价值
public,storage,graphql_public
REST Max RowsVariable

Maximum rows returned by REST API requests.

目标
PGRST_DB_MAX_ROWS
默认值
1000
价值
1000
REST Search PathVariable

Extra schemas added to the PostgREST search path.

目标
PGRST_DB_EXTRA_SEARCH_PATH
默认值
public
价值
public
Default OrganizationVariable

Default organization name shown in Studio.

目标
DEFAULT_ORGANIZATION_NAME
默认值
Default Organization
价值
Default Organization
Default ProjectVariable

Default project name shown in Studio.

目标
DEFAULT_PROJECT_NAME
默认值
Default Project
价值
Default Project
JWT SecretVariable

JWT secret generated for the Supabase stack.

目标
AUTH_JWT_SECRET
Anon KeyVariable

Legacy anon API key generated by the Supabase key script.

目标
SUPABASE_ANON_KEY
Service Role KeyVariable

Legacy service role API key. Never expose this key to client-side code.

目标
SUPABASE_SERVICE_KEY
Publishable KeyVariable

Opaque publishable API key for newer self-hosted Supabase setups.

目标
SUPABASE_PUBLISHABLE_KEY
Secret KeyVariable

Opaque secret API key for newer self-hosted Supabase setups. Never expose this key to client-side code.

目标
SUPABASE_SECRET_KEY
Logflare URLVariable

Internal URL for the Supabase analytics service.

目标
LOGFLARE_URL
默认值
http://analytics:4000
价值
http://analytics:4000
Logflare API KeyVariable

Deprecated compatibility variable. Set to the same value as Logflare Public Token when the Studio image expects it.

目标
LOGFLARE_API_KEY
Logflare Public TokenVariable

Logflare public access token generated for the Supabase stack.

目标
LOGFLARE_PUBLIC_ACCESS_TOKEN
Logflare Private TokenVariable

Logflare private access token generated for the Supabase stack.

目标
LOGFLARE_PRIVATE_ACCESS_TOKEN
Enable LogsVariable

Enable the Studio logs interface. Use true or false.

目标
NEXT_PUBLIC_ENABLE_LOGS
默认值
true
价值
true
Analytics BackendVariable

Analytics backend provider used by Studio. The official Docker stack defaults to postgres.

目标
NEXT_ANALYTICS_BACKEND_PROVIDER
默认值
postgres
价值
postgres
Snippets FolderVariable

Path inside the container where Studio manages SQL snippets.

目标
SNIPPETS_MANAGEMENT_FOLDER
默认值
/app/snippets
价值
/app/snippets
Edge Functions FolderVariable

Path inside the container where Studio manages Edge Functions.

目标
EDGE_FUNCTIONS_MANAGEMENT_FOLDER
默认值
/app/edge-functions
价值
/app/edge-functions
OpenAI API KeyVariable

Optional OpenAI API key used by the Supabase Studio AI assistant.

目标
OPENAI_API_KEY

详细信息

存储库
supabase/studio:2026.04.27-sha-5f60601
最后更新2026-05-31
初见2026-05-22

在Unraid 上运行 SupabaseStudio 。

SupabaseStudio 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。