https://github.com/harryet/supa-manager
Manage self-hosted Supabase instances with an easy to use API & Web Portal (soon)
https://github.com/harryet/supa-manager
self-hosted supabase
Last synced: 12 days ago
JSON representation
Manage self-hosted Supabase instances with an easy to use API & Web Portal (soon)
- Host: GitHub
- URL: https://github.com/harryet/supa-manager
- Owner: HarryET
- License: gpl-3.0
- Created: 2022-05-05T20:32:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T04:54:15.000Z (over 1 year ago)
- Last Synced: 2025-10-09T15:18:32.741Z (5 months ago)
- Topics: self-hosted, supabase
- Language: Go
- Homepage:
- Size: 360 KB
- Stars: 224
- Watchers: 20
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SupaManager
A project by Harry Bairstow;
Manage self-hosted Supabase instances using the Supabase studio.
> [!WARNING]
> The project is in active development and as such there are no docs for it, the best thing todo is wait for the project to become more stable. I am in the Supabase discord, however, the best way to reach me is via [my discord server](https://discord.gg/4k5HRe6YEp) or [twitter](https://twitter.com/TheHarryET)
This project is only an API that has to be used in conjunction with the Supabase Studio or another UI. It is a fully functioning API which is based on what Supabase us in production and have as a mock in the Studio project. Please read the guides - when they are available - for information on how to start Supabase's Studio using this as the API.
> [!NOTE]
> We provide a way to patch a version of the Supabase Studio to use this API. Please refer to the `studio` folder for more information.
## Licence
Copyright (C) 2024 Harry Bairstow
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .