{"id":29128072,"url":"https://github.com/rb58853/supabase-connection-tester","last_synced_at":"2026-04-17T05:03:20.363Z","repository":{"id":300027046,"uuid":"1004972329","full_name":"rb58853/supabase-connection-tester","owner":"rb58853","description":"A simple tool designed to test connections with Supabase hosted on Docker or a VPS.","archived":false,"fork":false,"pushed_at":"2025-06-22T18:46:40.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T01:02:45.011Z","etag":null,"topics":["docker","httpx-client","python","supabase"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rb58853.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-19T13:11:32.000Z","updated_at":"2025-06-22T18:46:43.000Z","dependencies_parsed_at":"2025-06-22T14:51:57.144Z","dependency_job_id":null,"html_url":"https://github.com/rb58853/supabase-connection-tester","commit_stats":null,"previous_names":["rb58853/simple-supabase-python-client","rb58853/supabase-connection-tester"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rb58853/supabase-connection-tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb58853%2Fsupabase-connection-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb58853%2Fsupabase-connection-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb58853%2Fsupabase-connection-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb58853%2Fsupabase-connection-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rb58853","download_url":"https://codeload.github.com/rb58853/supabase-connection-tester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb58853%2Fsupabase-connection-tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","httpx-client","python","supabase"],"created_at":"2025-06-30T01:02:29.952Z","updated_at":"2026-04-17T05:03:20.340Z","avatar_url":"https://github.com/rb58853.png","language":"Python","readme":"# Supabase Connection Tester\n\nThis project is a simple tool designed to test connections with Supabase hosted on Docker or a VPS. It also integrates with environments like Kong for API gateway management.\n\n## Features\n\n- Test connectivity with Supabase instances.\n- Support for Docker and VPS-hosted environments.\n\u003c!-- - Access Token Generator for secure authentication. --\u003e\n\u003c!-- - Integration with Kong for API gateway testing. --\u003e\n\n## Prerequisites\n\n- Python 3.8 or higher.\n- Supabase instance (hosted locally or on a VPS).\n\u003c!-- - Docker installed on your system. --\u003e\n\u003c!-- - Optional: Kong API Gateway setup. --\u003e\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/rb58853/supabase-connection-tester.git\n    cd supabase-connection-tester\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Set up environment variables:\n    Create a `.env` file in the root directory and configure the following:\n\n    ```env\n    # Required for remote Supabase projects (optional for local development)\n    SUPABASE_PROJECT_REF=http://HOSTNAME:PORT/ or https://subdomain.domain.ext\n    SUPABASE_DB_PASSWORD=your-postgres-password\n    SUPABASE_REGION=us-east-1\n    \n    # Optional configuration\n    SUPABASE_ACCESS_TOKEN=your-supabase-access-token\n    SUPABASE_SERVICE_ROLE_KEY=your-service-role-key\n    \n    # Docker Container Environment\n    CONTAINER_EXPOSE_IP=xxx.xx.xx.xx\n    USER_ACCESS_TOKEN=your-user-access-token\n    \n    ## DATABASE\n    DATABASE_NAME=postgres\n    DATABASE_USER=postgres\n    \n    ## POOLER\n    POOLER_PROXY_PORT_TRANSACTION=6543\n    POOLER_TENANT_ID=your-tenant-id\n    ```\n\n## Usage\n\n### Running the Connection Tester\n\nTo test the connection with your Supabase instance:\n\n```bash\npython test_connection.py\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frb58853%2Fsupabase-connection-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frb58853%2Fsupabase-connection-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frb58853%2Fsupabase-connection-tester/lists"}