Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 710 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 710 Bytes

Depulso Proxy

Uses

  • @supabase/supabase-js for admin access to storage buckets for static file serving
  • http-proxy-middleware to proxy incoming requests, from "*.depulso.site" or custom domains to supabase storage
  • dotenv, express, zod and morgan

Local Development

  • Environment variables,

    • PORT
    • SUPABASE_URL
    • SUPABASE_SERVICE_ROLE
    • SUPABASE_BUCKET_ID
    • DEPULSO_URL_SUFFIX (URL suffix of the wildcard domain - .depulso.site)
  • node index.js