SupabaseStudio
Docker 应用程序 from Raccommode's Repository
概述
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
Supabase Studio web interface port. Container port: 3000. The official full stack normally exposes Studio through Kong on port 8000.
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
Persistent SQL snippets folder used by Studio.
- 目标
- /app/snippets
- 默认值
- /mnt/user/appdata/supabase-studio/snippets
- 价值
- /mnt/user/appdata/supabase-studio/snippets
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
Interface Studio listens on inside the container.
- 目标
- HOSTNAME
- 默认值
- 0.0.0.0
- 价值
- 0.0.0.0
Internal URL for the Supabase postgres-meta service.
- 目标
- STUDIO_PG_META_URL
- 默认值
- http://meta:8080
- 价值
- http://meta:8080
Internal URL for the Supabase API gateway service.
- 目标
- SUPABASE_URL
- 默认值
- http://kong:8000
- 价值
- http://kong:8000
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
Hostname for the Supabase Postgres service as seen from Studio.
- 目标
- POSTGRES_HOST
- 默认值
- db
- 价值
- db
Supabase Postgres or Supavisor session port.
- 目标
- POSTGRES_PORT
- 默认值
- 5432
- 价值
- 5432
Supabase Postgres database name.
- 目标
- POSTGRES_DB
- 默认值
- postgres
- 价值
- postgres
Database password generated for the Supabase stack.
- 目标
- POSTGRES_PASSWORD
Studio postgres-meta encryption key. Generate a unique value before production use.
- 目标
- PG_META_CRYPTO_KEY
Comma-separated Postgres schemas exposed through PostgREST.
- 目标
- PGRST_DB_SCHEMAS
- 默认值
- public,storage,graphql_public
- 价值
- public,storage,graphql_public
Maximum rows returned by REST API requests.
- 目标
- PGRST_DB_MAX_ROWS
- 默认值
- 1000
- 价值
- 1000
Extra schemas added to the PostgREST search path.
- 目标
- PGRST_DB_EXTRA_SEARCH_PATH
- 默认值
- public
- 价值
- public
Default organization name shown in Studio.
- 目标
- DEFAULT_ORGANIZATION_NAME
- 默认值
- Default Organization
- 价值
- Default Organization
Default project name shown in Studio.
- 目标
- DEFAULT_PROJECT_NAME
- 默认值
- Default Project
- 价值
- Default Project
JWT secret generated for the Supabase stack.
- 目标
- AUTH_JWT_SECRET
Legacy anon API key generated by the Supabase key script.
- 目标
- SUPABASE_ANON_KEY
Legacy service role API key. Never expose this key to client-side code.
- 目标
- SUPABASE_SERVICE_KEY
Opaque publishable API key for newer self-hosted Supabase setups.
- 目标
- SUPABASE_PUBLISHABLE_KEY
Opaque secret API key for newer self-hosted Supabase setups. Never expose this key to client-side code.
- 目标
- SUPABASE_SECRET_KEY
Internal URL for the Supabase analytics service.
- 目标
- LOGFLARE_URL
- 默认值
- http://analytics:4000
- 价值
- http://analytics:4000
Deprecated compatibility variable. Set to the same value as Logflare Public Token when the Studio image expects it.
- 目标
- LOGFLARE_API_KEY
Logflare public access token generated for the Supabase stack.
- 目标
- LOGFLARE_PUBLIC_ACCESS_TOKEN
Logflare private access token generated for the Supabase stack.
- 目标
- LOGFLARE_PRIVATE_ACCESS_TOKEN
Enable the Studio logs interface. Use true or false.
- 目标
- NEXT_PUBLIC_ENABLE_LOGS
- 默认值
- true
- 价值
- true
Analytics backend provider used by Studio. The official Docker stack defaults to postgres.
- 目标
- NEXT_ANALYTICS_BACKEND_PROVIDER
- 默认值
- postgres
- 价值
- postgres
Path inside the container where Studio manages SQL snippets.
- 目标
- SNIPPETS_MANAGEMENT_FOLDER
- 默认值
- /app/snippets
- 价值
- /app/snippets
Path inside the container where Studio manages Edge Functions.
- 目标
- EDGE_FUNCTIONS_MANAGEMENT_FOLDER
- 默认值
- /app/edge-functions
- 价值
- /app/edge-functions
Optional OpenAI API key used by the Supabase Studio AI assistant.
- 目标
- OPENAI_API_KEY
详细信息
supabase/studio:2026.04.27-sha-5f60601在Unraid 上运行 SupabaseStudio 。
SupabaseStudio 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。