Best of SupabaseJuly 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    The ultimate Supabase self-hosting Guide

    This guide provides detailed instructions on self-hosting Supabase for production use. It covers setting up initial storage options beyond Amazon S3, using DigitalOcean credits, and securing your setup with Docker, nginx, and optional advanced authentication with Authelia. The guide ensures you maintain a secure production environment by avoiding common pitfalls and leveraging various cloud providers.

  2. 2
    Article
    Avatar of supabaseSupabase·2y

    Postgres Realtime location sharing with MapLibre

    Learn how to build a Telegram Bot to capture live location data and use a Supabase Edge Function to insert it into a Postgres database. The tutorial covers using Supabase Realtime to broadcast database changes and integrating MapLibre GL JS in React to visualize the live data on a map. Key topics include creating Edge Functions, using RPC for database operations, and setting up Realtime subscriptions in React.