This commit is contained in:
Pas 2025-11-21 11:05:29 -07:00
parent 316b70e65c
commit b18a193211
5 changed files with 15 additions and 4 deletions

View file

@ -2,6 +2,12 @@
title: 'Deploy'
---
<Warning>
Most sources marked with 🔥 or 🤝 are only available on https://pstream.mov
Selfhosting is only recommended if you use the extension or are experienced in developing your own scrapers!
</Warning>
# Deploying the client
## Method 1 - Cloudflare Pages (Best host)

View file

@ -2,12 +2,17 @@
title: 'Introduction'
---
<Warning>
### Self Hosters READ:
Most sources marked with 🔥 or 🤝 are only avaliable on https://pstream.org
Most sources marked with 🔥 or 🤝 are only available on https://pstream.mov
Selfhosting is only recommended if you use the extension or are experienced in developing your own scrapers!
Because these scrapers are getting harder and harder to maintain, as they get patched. We need to close-source them. This is unfortunate, but it's the reality of the pirating scene. Sites that we scrape are blocking us, and we keep losing them. Fortunately, P-Stream has partnered with many people who offered their services on the site.
You are still free to self-host; several sources are still usable, with more open-source ones coming soon. If you have experience coding, this is a great oppurtunity to develop your own scrapers.
</Warning>
# Introduction to the client

View file

@ -72,7 +72,7 @@
* Replace `YourPasswordHere` with your secure database password.
* Generate a strong session secret and replace `32CharacterLongStringHere`.
* Replace `TMDBReadAPIKey` with your api key learn more [here](../client/tmdb.mdx).
* replace `yourDomainHere` with whatever you'll be using to access your main site, like pstream.org
* replace `yourDomainHere` with whatever you'll be using to access your main site, like pstream.mov
* replace `meta__name` and `meta__description`
</Steps.Step>

View file

@ -15,7 +15,7 @@ This page showcases P-Stream instances hosted by the community.
| Site | Host | Stats |
| :------------------------------------------- | :----------------- | :------- |
| [pstream](https://pstream.org) | Pas | 💾📱⭐⭐ |
| [pstream](https://pstream.mov) | Pas | 💾📱⭐⭐ |
| [movies.levrx.de](https://movies.levrx.de) | levrx | 💾📱⭐ |
| [movies.samj.app](https://movies.samj.app) | Samj | 💾📱⭐
| [sudo-flix.nl](https://sudo-flix.nl/) | Chargonium | 💾📱 |

View file

@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
const redirectTitle = 'Weblate';
const redirectUrl = 'https://weblate.pstream.org/projects/p-stream/p-stream';
const redirectUrl = 'https://weblate.pstream.mov/projects/p-stream/p-stream';
export default function WeblateRedirect() {
const [countdown, setCountdown] = useState(5);