Skip to content
View zentraflix's full-sized avatar

Block or report zentraflix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zentraflix/README.md

ZentraFlix

ZentraFlix Image

I do not endorse piracy of any kind I simply enjoy programming and large user counts.

Quick Deploy

Deploy with Vercel

Deploy to Cloudflare

NOTE: To self-host, more setup is required. Check the docs to properly set up!!!!

Links And Resources

Service Link Source Code
ZentraFlix Docs docs source code
Extension extension source code
Proxy simple-proxy source code
Backend backend source code
Frontend ZentraFlix source code
Weblate weblate

I provide these if you are not able to host yourself, though I do encourage hosting the frontend.

Referrers

Running Locally

Type the following commands into your terminal / command line to run ZentraFlix locally

git clone https://github.com/ZentraFlix/ZentraFlix.git
cd smov
git pull
pnpm install
pnpm run dev

Then you can visit the local instance here or, at local host on port 5173.

Updating a ZentraFlix Instance

To update a ZentraFlix instance you can type the below commands into a terminal at the root of your project.

git remote add upstream https://github.com/ZentraFlix/ZentraFlix.git
git fetch upstream # Grab the contents of the new remote source
git checkout <YOUR_MAIN_BRANCH>  # Most likely this would be `origin/production`
git merge upstream/production
# * Fix any conflicts present during merge *
git add .  # Add all changes made during merge and conflict fixing
git commit -m "Update ZentraFlix instance (merge upstream/production)"
git push  # Push to YOUR repository

Contact Me / Discord

Discord

Popular repositories Loading

  1. providers providers Public

    Forked from p-stream/providers

    Providers and sources for P-Stream

    TypeScript

  2. zentraflix zentraflix Public

    Forked from p-stream/p-stream

    P-Stream's source code (Allegedly)

    TypeScript 1

  3. simple-proxy simple-proxy Public

    Forked from p-stream/simple-proxy

    Simple proxy for a cloudflare worker

    TypeScript

  4. simple-proxy-zentraflix simple-proxy-zentraflix Public

    TypeScript

  5. mw mw Public

    Forked from FifthWit/mw

    TypeScript

  6. zentraflix-providers zentraflix-providers Public

    Forked from vega-org/vega-providers

    Vega App Provider Extensions

    TypeScript