Live data from Hacker News

Show HN: Open-source admin panel for Supabase

getmotoradmin.com

1–10 of 26 posts

Re: Show HN: Open-source admin panel for Supabase

#2
The latest release of Motor Admin includes automatic DB schema reload feature. So now all change in Supabase schema are automatically applied to the Motor Admin panel. It means that Motor Admin now works perfectly with Supabase and can be used to build complex admin UIs for internal users.

Re: Show HN: Open-source admin panel for Supabase

#5
My first reaction to this is that some of the features (directly editing data, viewing data) won't work for our deployment of supabase, as our data is within a schema not exposed by PostgREST (all interaction with supabase is done via db functions on the public schema).

Unless this admin panel directly connects to the postgres instance?

Re: Show HN: Open-source admin panel for Supabase

#7

is an AWS deploy planned soon?

You can run it on AWS EC2 or on any other Ubuntu server - the app is distributed as a single executable binary - so you basically need to connect to your AWS EC2 via SSH, download the binary and run it: https://docs.getmotoradmin.com/guide/#ubuntu

Re: Show HN: Open-source admin panel for Supabase

#8
post #5

My first reaction to this is that some of the features (directly editing data, viewing data) won't work for our deployment of supabase, as our data is within a schema not exposed by PostgREST (all interaction with supabase is done via db functions on the public schema). Unless this admin panel directly connects to the postgres instance?

It directly connects to PostgreSQL database instance.

Re: Show HN: Open-source admin panel for Supabase

#9
post #7

is an AWS deploy planned soon?

You can run it on AWS EC2 or on any other Ubuntu server - the app is distributed as a single executable binary - so you basically need to connect to your AWS EC2 via SSH, download the binary and run it: https://docs.getmotoradmin.com/guide/#ubuntu

Thank you! great idea!
Post reply on HN