No storage/bucket option on self-hosted supabase
See original GitHub issueJust installed supabase using docker on ubuntu 18 and i am unable to see the bucket/storage option when going to the localhost:3000
running docker ps gives the following
05637569f21b supabase/storage-api:v0.10.0 "/bin/sh -c \"./stora…" 14 hours ago Up 14 hours 5000/tcp supabase-storage
d7123b2d9044 postgrest/postgrest:v9.0.0 "/bin/postgrest" 14 hours ago Up 14 hours 3000/tcp supabase-rest
6ba3a6501363 supabase/postgres-meta:v0.29.0 "postgres-meta" 14 hours ago Up 14 hours 8080/tcp supabase-meta
1471f3dce836 supabase/realtime:v0.19.3 "bash -c './prod/rel…" 14 hours ago Up 14 hours supabase-realtime
8d4fa115e08d supabase/gotrue:v2.2.12 "gotrue" 14 hours ago Up 14 hours supabase-auth
00f6c1617fa4 supabase/postgres:14.1.0 "docker-entrypoint.s…" 14 hours ago Up 14 hours 0.0.0.0:5432->5432/tcp, :::5432->5432/tcp supabase-db
52e33eff20fc kong:2.1 "/docker-entrypoint.…" 14 hours ago Up 14 hours 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 8001/tcp, 0.0.0.0:8443->8443/tcp, :::8443->8443/tcp, 8444/tcp supabase-kong
31d1e08e3194 supabase/studio:latest "docker-entrypoint.s…" 14 hours ago Up 14 hours 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp supabase-studio
Can’t even seem to be able to create another project or delete the default project?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:19
- Comments:20 (6 by maintainers)
Top Results From Across the Web
Self-Hosting - Supabase
Each system has a number of configuration options which can be found in the relevant product documentation. Postgres · PostgREST · Realtime ·...
Read more >The self-hosted storage issue (definitely not new but no solution)
The self-hosted studio doesn't have a storage tab. This is a known and intentional issue. Despite promises over the past year for this...
Read more >Working with Supabase Studio - LogRocket Blog
It's no surprise that Supabase adoption continues to grow among developers. ... a dashboard for managing a self-hosted Supabase project, ...
Read more >Authentication | RedwoodJS Docs
Self-hosted Auth Installation and Setup ... No third party service outages affecting your site ... Here's an overview of the more important options: ......
Read more >How to Self-host Supabase with Docker - Linode
It covers installing your own self-hosted Supabase instance with Docker, setting up an initial configuration, and securing your instance.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dlchet is correct - we haven’t yet enabled the Storage interface on Studio - simply because we are busy - but it should still work 100% through the API
We’ll get to storage within Studio asap
While Storage Buckets on self hosted Supabase is unavailable, would it be worth adding something to the documentation that makes it clear that this is the case? Possibly to this page https://supabase.com/docs/guides/storage? I spent quite a bit of time yesterday trying to figure out why the page did not appear for me locally as I was convinced that it must have been some kind of configuration issue.