Live Url: https://master.fishystream-app.pages.dev
A free and open-source streaming platform for streaming movies and TV shows and anime.
Built to be fast, simple, and modern without unnecessary clutter.
- Fast streaming experience
- Free and Open source
Clone the repo
git clone https://github.com/official-notfishvr/FishyStream.git
cd FishyStreamEnvironment
-
Copy the env.example file into
.env: -
Edit
.envand set the following values (examples shown):
VITE_CONVEX_URL=https://your-convex-app.convex.cloudVITE_CONVEX_SITE_URL=https://your-site-url.convex.siteVITE_CLERK_PUBLISHABLE_KEY=pk_live_xxxCLERK_JWT_ISSUER_DOMAIN=https://.clerk.dev
Where to get values
- Convex: open your Convex project dashboard then go to settings and it will be under "Cloud URL" and "HTTP Actions URL"
- Clerk: in the Clerk dashboard, copy the Publishable key from your application, and use your Clerk issuer domain (shown in the dashboard).
Add Clerk JWT template for Convex
- In the Clerk dashboard go to Sessions → JWT templates.
- Click Add new template and choose Convex
- Save the template.