Supabase Self Hosted 响应 404

Supabase Self Hosted responded with 404

我已经尝试按照 supabase 上提供的指南进行操作: https://supabase.io/docs/guides/self-hosting

我选择了选项 1 和 2,当我尝试访问 localhost:8000/v1?APIKEY=.

时,两者都导致了相同的错误 404
192.168.32.1 - - [17/Jun/2021:07:32:29 +0000] "GET /v1 HTTP/1.1" 404 48 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36"

或者没有像托管页面那样的管理页面?

这是我启动的容器。

从您链接到的页面顶部:

The self-hosted version of Supabase does not include a UI yet. We are working on this in stages, starting with our UI library (more context).

他们推荐各种 Postgres 客户端作为替代。