one-click-apps icon indicating copy to clipboard operation
one-click-apps copied to clipboard

App Suggestion: Supabase

Open nileshtrivedi opened this issue 4 years ago • 10 comments

Supabase Postgres was added as a one-click app in #425. The documentation only says this:

Postgres + goodies = Supabase Postgres Unmodified Postgres with some useful plugins. Our goal with this repo is not to modify Postgres, but to provide some of the most common extensions with a one-click install.

It's not clear whether it will enable a GraphQL API end point, APIs for storage/authentication, custom code and cron jobs. These are all the modules usually called "Supabase". From their Github README:

image

If all we're getting is Postgres with some plugins/extensions, the current listing in the app catalog is misleading. Users would expect to self-host the entire Supabase suite (assuming it's all open-source), and not just a custom Postgres.

Once this is agreed upon, I can create a new issue for Supabase suite as an App Suggestion.

cc: @Ak4zh @githubsaturn

nileshtrivedi avatar Oct 13 '21 08:10 nileshtrivedi

I am no longer using supabase in my workflow. You can create a pull request with the required changes.

ak4zh avatar Oct 13 '21 15:10 ak4zh

@nileshtrivedi - one click apps are fully community maintained. Feel free to edit the one click app definition. Looks like the definition only contains one container "supabase/postgres". Their official docker compose contains a lot more services: https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml

githubsaturn avatar Oct 14 '21 01:10 githubsaturn

Follow #553

ak4zh avatar Nov 05 '21 17:11 ak4zh

Supabase just open sourced the studio package too. https://github.com/supabase/supabase/pull/4129

yassinebridi avatar Dec 02 '21 18:12 yassinebridi

This is still just the db. Anyone that knows how willing to convert the docker compose to caprover?

huotarih avatar Oct 26 '23 19:10 huotarih

@huotarih The only database version does exists because It’s nice to have the untouched postgres with all the extensions pre-installed.

#833 has a work in progress of complete supabase, but I failed to make it fully working. All the individual containers deploys and run correctly but there is some issue in inter communication between the apps. Any help is appreciated.

ak4zh avatar Oct 26 '23 21:10 ak4zh