Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.01 KB

SELFHOSTING.md

File metadata and controls

39 lines (28 loc) · 1.01 KB

Self Hosting via Docker

  1. Clone the GitHub Repo
  git clone http://github.com/michaelkremenetsky/personal-refeed-version refeed
  1. Change into the directory
  cd refeed
  1. Setup Supabase via Docker Image or using the Hosted Platform
  2. Run this SQL in the Supabase SQL Editor
  3. Fill out the required Environment variables:
  • DATABASE_URL
  • NEXT_PUBLIC_SUPABASE_URL
  • NEXT_PUBLIC_SUPABASE_ANON_KEY
  • SUPABASE_SERVICE_ROLE_KEY
  • IMAGE_ACCOUNT_ID
  • IMAGE_ACCESS_KEY_ID
  • IMAGE_ACCESS_KEY_SECRET
  • IMAGE_BUCKET_URL
  • ICON_BUCKET_URL
  1. Build and start Refeed via docker-compose
  docker-compose up --build
  1. Open http://localhost:3000 in your browser.

Note

Please note the Refeed mobile app does not support self-hosted yet. This feature will be added in the next couple of weeks