Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T04:54:15.000Z (about 1 month ago)
- Last Synced: 2024-12-15T15:11:15.606Z (10 days ago)
- Topics: self-hosted, supabase
- Language: Go
- Homepage:
- Size: 360 KB
- Stars: 145
- Watchers: 20
- Forks: 7
- Open Issues: 0
-
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 BairstowThis 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 .