supabase
by kCloudHub LLC
Version 2026.07.07 + Free Support on Ubuntu 26.04
Supabase is an open-source backend development platform that provides a PostgreSQL database, authentication, auto-generated APIs, realtime capabilities, file storage, and a web-based management interface through Supabase Studio. It allows developers and administrators to build and manage application backends without creating all backend services from scratch.
This solution is deployed as a self-hosted Supabase Docker stack and supports common backend workflows including database management, user authentication, REST APIs, realtime subscriptions, storage management, connection pooling, and application administration. It is suitable for web applications, mobile applications, APIs, SaaS platforms, and development environments.
Version: 2026.07.07
Installed Supabase Stack:
- Supabase Studio: 2026.07.07-sha-a6a04f2
- PostgreSQL: 17.6.1.136
- Supabase Auth / GoTrue: v2.189.0
- Supabase Realtime: v2.102.3
- Supabase Storage API: v1.60.4
- Supabase Edge Runtime: v1.74.0
- PostgREST: v14.12
- Postgres Meta: v0.96.6
- Supavisor: 2.9.5
- Kong Gateway: 3.9.1
Features of Supabase:
- PostgreSQL-based relational database for application data.
- Web-based Supabase Studio for database and backend management.
- Built-in user authentication and authorization services.
- Automatically generated REST APIs using PostgREST.
- Realtime database subscriptions and event handling.
- Integrated file and object storage services.
- Edge Functions support for server-side application logic.
- Connection pooling using Supavisor.
- API gateway and routing using Kong.
- Self-hosted deployment using Docker Compose.
Usage instructions for Supabase
$ sudo su
$ cd /opt/supabase/supabase-project
$ docker compose ps
$ sh run.sh start
Dashboard credentials are stored in:
$ grep -E '^DASHBOARD_USERNAME=|^DASHBOARD_PASSWORD=' /opt/supabase/supabase-project/.env
Access Supabase Studio: Open your browser and navigate to: http://your-server-ip:8000 Default gateway port: 8000 Use the DASHBOARD_USERNAME and DASHBOARD_PASSWORD configured in the Supabase .env file to sign in.
Useful Commands:
$ cd /opt/supabase/supabase-project
$ docker compose ps
$ docker compose images
$ sh run.sh start
$ sh run.sh stop
$ sh run.sh restart
$ sh run.sh logs
Disclaimer: Supabase is provided “as is” under applicable open-source licenses. Users are responsible for securing dashboard credentials, database passwords, API keys, network access, backups, HTTPS configuration, and application data. This solution is suitable for development, testing, and production environments when configured according to appropriate security and operational requirements.