diff --git a/pages/backend/introduction.mdx b/pages/backend/introduction.mdx index 52257b2..a0ab77f 100644 --- a/pages/backend/introduction.mdx +++ b/pages/backend/introduction.mdx @@ -19,7 +19,7 @@ Another reason to selfhost is reliability. The community backend gets a lot of u The backend exposes an endpoint for [Prometheus metrics](https://prometheus.io/) which allows you to keep track of the backend more easily, it can be accessed on `/metrics`. Ex: https://server.fifthwit.net/metrics -To view these metrics properly, you can use the [P-Stream Metrics Dash](https://dash.pstream.mov/). Or use a more powerful tool like [Prometheus](https://prometheus.io/) and [Grafana](https://grafana.com/) to better visualize data. +To view these metrics properly, you can use the [P-Stream Metrics Dash](https://github.com/p-stream/metrics-dash/). Or use a more powerful tool like [Prometheus](https://prometheus.io/) and [Grafana](https://grafana.com/) to better visualize data. Prometheus + Grafana typically require a VPS, which usually aren't free, so we diff --git a/pages/client/deploy.mdx b/pages/client/deploy.mdx index 7429435..d7f0c6a 100644 --- a/pages/client/deploy.mdx +++ b/pages/client/deploy.mdx @@ -2,12 +2,6 @@ title: 'Deploy' --- - - 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! - - # Deploying the client ## Method 1 - Cloudflare Pages (Best host) diff --git a/pages/client/introduction.mdx b/pages/client/introduction.mdx index 52c60a5..24d0dc8 100644 --- a/pages/client/introduction.mdx +++ b/pages/client/introduction.mdx @@ -5,13 +5,7 @@ title: 'Introduction' ### Self Hosters READ: -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. # Introduction to the client diff --git a/pages/instances.mdx b/pages/instances.mdx index 06599c8..c825c21 100644 --- a/pages/instances.mdx +++ b/pages/instances.mdx @@ -15,4 +15,4 @@ This page showcases P-Stream instances hosted by the community. | Site | Host | Stats | | :------------------------------------------- | :----------------- | :------- | -| [P-Stream](https://pstream.mov) | Pas | πŸ’ΎπŸ“±β­β­ | +| | | | diff --git a/pages/links/weblate.tsx b/pages/links/weblate.tsx index 2274eea..7d0e0a1 100644 --- a/pages/links/weblate.tsx +++ b/pages/links/weblate.tsx @@ -1,7 +1,7 @@ import { useEffect, useState } from 'react'; const redirectTitle = 'Weblate'; -const redirectUrl = 'https://weblate.pstream.mov/projects/p-stream/p-stream'; +const redirectUrl = 'https://github.com/p-stream/p-stream'; export default function WeblateRedirect() { const [countdown, setCountdown] = useState(5); @@ -107,21 +107,7 @@ export default function WeblateRedirect() { fontSize: '0.7em', }} > -

Β© 2024 P-Stream

- Follow us on{' '} - - (e.currentTarget.style.textDecoration = 'underline') - } - onMouseLeave={(e) => - (e.currentTarget.style.textDecoration = 'none') - } - > - Twitter - {' '} - and check out our{' '}