From 0b675b86b3fa48d8d021ee0a49b81d669f2aee25 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:01:18 -0600 Subject: [PATCH] update with notice --- pages/client/introduction.mdx | 7 +++++++ pages/self-hosting/hosting-intro.mdx | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/pages/client/introduction.mdx b/pages/client/introduction.mdx index 2b607a0..2b74702 100644 --- a/pages/client/introduction.mdx +++ b/pages/client/introduction.mdx @@ -2,6 +2,13 @@ title: 'Introduction' --- +### Self Hosters READ: + +Most sources marked with 🔥 or 🤝 are only avaliable on https://pstream.org + +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. + # Introduction to the client The client is what users sees when navigating to your domain, it's the main part of the application and houses the interface and all of the scraping logic. diff --git a/pages/self-hosting/hosting-intro.mdx b/pages/self-hosting/hosting-intro.mdx index d0c4c02..b609eab 100644 --- a/pages/self-hosting/hosting-intro.mdx +++ b/pages/self-hosting/hosting-intro.mdx @@ -19,8 +19,8 @@ Since P-Stream has many different components, there are a few configurations of With this method, you only host the essential parts that make P-Stream work. But keep using the account server from official P-Stream. This method is the easiest to self-host and is recommended for most users. -1. [Set up the Proxy!](../proxy/deploy.mdx) -2. [Set up the Client!](../client/deploy.mdx) +1. [Set up the Proxy!](../proxy/introduction.mdx) +2. [Set up the Client!](../client/introduction.mdx) --- @@ -29,8 +29,8 @@ This method is the easiest to self-host and is recommended for most users. If you want to own your own data, it's possible to self-host just the account server and nothing else. This method is only recommended if you have experience hosting databases or other similar stateful applications. -1. [Set up the Backend!](../backend/deploy.mdx) -2. [Configure the Client!](../client/deploy.mdx) +1. [Set up the Backend!](../backend/introduction.mdx) +2. [Configure the Client!](../client/introduction.mdx) --- @@ -38,6 +38,6 @@ This method is only recommended if you have experience hosting databases or othe If you want an instance that's completely isolated from the official P-Stream. You can self-host all of the parts yourself, though this method is not recommended for inexperienced hosters. -1. [Set up the Proxy!](../proxy/deploy.mdx) -2. [Set up the Backend!](../backend/deploy.mdx) -3. [Set up the Client!](../client/deploy.mdx) +1. [Set up the Proxy!](../proxy/introduction.mdx) +2. [Set up the Backend!](../backend/introduction.mdx) +3. [Set up the Client!](../client/introduction.mdx)