mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
updates
This commit is contained in:
parent
316b70e65c
commit
b18a193211
5 changed files with 15 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 | 💾📱 |
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue