Show HN: Open-source admin panel for Supabase
getmotoradmin.com
Show HN: Open-source admin panel for Supabase
1–10 of 26 posts
Re: Show HN: Open-source admin panel for Supabase
#2Re: Show HN: Open-source admin panel for Supabase
#3Re: Show HN: Open-source admin panel for Supabase
#4It is not clear within the documentation, is the Heroku Deployment going to run on a an Heroku Free Tier Plan?
Re: Show HN: Open-source admin panel for Supabase
#5Unless this admin panel directly connects to the postgres instance?
Re: Show HN: Open-source admin panel for Supabase
#6Re: Show HN: Open-source admin panel for Supabase
#7is an AWS deploy planned soon?
Re: Show HN: Open-source admin panel for Supabase
#8My 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
#9is 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
#10Also, the maintainers take the reported issues seriously, and have been at task with fixing them.