Deployment & Hosting
Frontend websites are hosted on Hostinger under hypnoelp.com/influencers/. Edge functions run on Supabase.
Hosting
| Component | Location | Path |
|---|---|---|
| Admin | Hostinger (hypnoelp.com) | /influencers/admin/ |
| Portal | Hostinger (hypnoelp.com) | /influencers/ |
| Edge Functions | Supabase | foxuipkuotwhitlxssyc |
| Email Auto-Reply | Digital Ocean (n8n) | worker-1 |
FTP Upload (Hostinger)
Files are deployed to Hostinger via FTP. The /influencers/ folder on Hostinger contains both the portal and admin subfolder.
Edge Function Deployment
Edge functions are deployed to Supabase project foxuipkuotwhitlxssyc:
supabase functions deploy <function-name> --project-ref foxuipkuotwhitlxssyc
Important Settings
- Supabase Site URL: Must be set to
https://hypnoelp.com/influencers/for password reset links to work correctly - RLS Policies: Users can only read their own influencer record via
auth_user_id = auth.uid()