update some links

This commit is contained in:
Pas 2025-04-15 16:29:29 -06:00
parent c3c94ded11
commit 64f3b776de
13 changed files with 29 additions and 28 deletions

View file

@ -1 +1 @@
Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md).
Please visit the [main document at primary repository](https://github.com/p-stream/p-stream/blob/dev/.github/CODE_OF_CONDUCT.md).

View file

@ -1 +1 @@
Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md).
Please visit the [main document at primary repository](https://github.com/p-stream/p-stream/blob/dev/.github/CONTRIBUTING.md).

View file

@ -42,7 +42,7 @@ This method provides a straightforward setup with minimal configuration. For mor
networks:
- p-stream-network
p-stream:
image: ghcr.io/sussy-code/backend:latest
image: ghcr.io/p-stream/backend:latest
environment:
MWB_POSTGRES__CONNECTION: postgresql://movie_web_user:YourPasswordHere@postgres:5432/movie_web_backend
MWB_CRYPTO__SESSION_SECRET: 32CharacterLongStringHere

View file

@ -87,7 +87,7 @@ Setting this configuration value to `true` will enable the history-router.
This is the URL for the P-Stream backend server which handles cross-device syncing.
The backend server can be found at https://github.com/sussy-code/backend and is offered as a [Docker](https://docs.docker.com/get-started/overview/) image for deployment.
The backend server can be found at https://github.com/p-stream/backend and is offered as a [Docker](https://docs.docker.com/get-started/overview/) image for deployment.
Backend URL must **not** end with a slash.

View file

@ -8,7 +8,7 @@ title: 'Deploy'
<Steps>
<Steps.Step>
[Fork P-Stream](https://github.com/sussy-code/smov/fork) on Github.
[Fork P-Stream](https://github.com/p-stream/p-stream/fork) on Github.
</Steps.Step>
{' '}
@ -79,7 +79,7 @@ title: 'Deploy'
<Steps>
<Steps.Step>
Click [here](https://github.com/sussy-code/smov/fork) to fork the P-Stream
Click [here](https://github.com/p-stream/p-stream/fork) to fork the P-Stream
Github repository
</Steps.Step>
@ -132,7 +132,7 @@ title: 'Deploy'
<Steps>
<Steps.Step>
Download the file `P-Stream.zip` from the latest release:
https://github.com/sussy-code/smov/releases/latest.
https://github.com/p-stream/p-stream/releases/latest.
</Steps.Step>
<Steps.Step>Extract the ZIP file so you can edit the files.</Steps.Step>
@ -192,7 +192,7 @@ This method is meant for those using a desktop device or single board computer w
movieweb:
build:
context: https://github.com/sussy-code/smov.git#main
context: https://github.com/p-stream/p-stream.git#production
# args:
# TMDB_READ_API_KEY: ""
# CORS_PROXY_URL: ""

View file

@ -18,7 +18,7 @@ To do this, you will need to follow the guide below...
<Steps>
<Steps.Step>
If you have not already, click [here](https://github.com/sussy-code/smov/fork) to fork the P-Stream Github repository.
If you have not already, click [here](https://github.com/p-stream/p-stream/fork) to fork the P-Stream Github repository.
</Steps.Step>
<Steps.Step>
Paste the below file into your repository's root `/.github/workflows` directory
@ -66,7 +66,7 @@ Your instance should now be automatically updated to the latest version.
You can manually update by executing the following commands in the root directory of the repository you have created, you would have to do this every time a push occurs to stay up-to-date:
```bash
git remote add P-Stream https://github.com/sussy-code/smov.git
git remote add P-Stream https://github.com/p-stream/p-stream.git
git fetch P-Stream
# Change `dev` to `master` if you want a stable experience
git merge P-Stream/dev --allow-unrelated-histories
@ -79,6 +79,6 @@ git push -f # Force push to your origin main branch
You will need the latest version of the proxy worker. Redeploy a new worker using [our self-hosting guide](../proxy/deploy.md).
After you have the new worker, you will need to [get the new P-Stream deployment files](https://github.com/sussy-code/smov/releases/latest). **You CANNOT use the non-PWA version**. To upgrade safely without any complications, you need to update with `P-Stream.pwa.zip`, Not the non-PWA version.
After you have the new worker, you will need to [get the new P-Stream deployment files](https://github.com/p-stream/p-stream/releases/latest). **You CANNOT use the non-PWA version**. To upgrade safely without any complications, you need to update with `P-Stream.pwa.zip`, Not the non-PWA version.
In the future, you will **ALWAYS** need to go with the PWA option. You cannot downgrade to non-PWA version without facing many caching complications.

View file

@ -26,7 +26,7 @@ These installation steps are for any chromium-based browsers such as Microsoft E
<Steps>
<Steps.Step>
Download the CRX file [here](https://github.com/sussy-code/browser-ext/releases/download/1.2.0/1.2.0-mwext-CHROME.crx).
Download the CRX file [here](https://github.com/p-stream/extension/releases/download/1.2.0/1.2.0-mwext-CHROME.crx).
<Warning>
Sometimes your browser may block downloading or installing CRX file from outside the Chrome Web Store. If so, download the ZIP file instead.
</Warning>
@ -59,7 +59,7 @@ These installation steps are for any chromium-based browsers such as Microsoft E
<Steps>
<Steps.Step>
Download and **unpack** the ZIP file from [here](https://github.com/sussy-code/browser-ext/releases/download/1.2.0/1.2.0-mwext-CHROME.zip).
Download and **unpack** the ZIP file from [here](https://github.com/p-stream/extension/releases/download/1.2.0/1.2.0-mwext-CHROME.zip).
</Steps.Step>
<Steps.Step>
@ -104,7 +104,7 @@ that will allow you to override the setting that enforces the extension signing
<Steps.Step>
Download the XPI file from
[here](https://github.com/sussy-code/browser-ext/releases/download/1.2.0/1.2.0-mwext-FIREFOX.xpi).
[here](https://github.com/p-stream/extension/releases/download/1.2.0/1.2.0-mwext-FIREFOX.xpi).
It should automatically start the installation process.
</Steps.Step>

View file

@ -28,7 +28,7 @@
- p-stream-network
p-stream-backend:
image: ghcr.io/sussy-code/backend:latest
image: ghcr.io/p-stream/backend:latest
restart: unless-stopped
environment:
MWB_SERVER__CORS: "https://movie-backend.example.tld https://movie.example.tld"
@ -51,7 +51,7 @@
p-stream-frontend:
build:
context: https://github.com/sussy-code/smov.git
context: https://github.com/p-stream/p-stream.git
args:
TMDB_READ_API_KEY: "YourTMDBReadAPIKeyHere"
CORS_PROXY_URL: "https://cors.example.tld https://second.cors.example.tld"
@ -68,7 +68,7 @@
restart: unless-stopped
p-stream-proxy:
image: ghcr.io/sussy-code/sudo-proxy:latest
image: ghcr.io/p-stream/simple-proxy:latest
ports:
- "3000:3000"
networks:

View file

@ -25,7 +25,7 @@ export default function LandingPage() {
<Hero.Actions>
<div style={{ display: 'flex', gap: '1em' }}>
<Button to="/self-hosting/hosting-intro">Get Started</Button>
<Button to="https://github.com/Pasithea0/smov" type="secondary">
<Button to="https://github.com/Pasithea0/p-stream" type="secondary">
Open on GitHub
</Button>
</div>

View file

@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
const redirectTitle = 'Weblate';
const redirectUrl = 'https://weblate.tinypixel.uk/projects/P-Stream/main/';
const redirectUrl = 'https://weblate.pstream.org/projects/p-stream/p-stream';
export default function WeblateRedirect() {
const [countdown, setCountdown] = useState(5);
@ -123,7 +123,7 @@ export default function WeblateRedirect() {
</a>{' '}
and check out our{' '}
<a
href="https://github.com/sussy-code"
href="https://github.com/p-stream"
onMouseEnter={(e) =>
(e.currentTarget.style.textDecoration = 'underline')
}

View file

@ -8,7 +8,7 @@ title: 'Deploy'
Netlify has a very generous free plan, so you'll be able to host your proxy for free unless you get hundreds of users.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sussy-code/sudo-proxy)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/p-stream/simple-proxy)
<Steps>
<Steps.Step>
@ -44,7 +44,7 @@ Netlify has a very generous free plan, so you'll be able to host your proxy for
Cloudflare has a generous free plan, so you don't need to pay anything unless you get hundreds of users.
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/sussy-code/sudo-proxy)
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/p-stream/simple-proxy)
<Steps>
<Steps.Step>
@ -133,7 +133,7 @@ Cloudflare has a generous free plan, so you don't need to pay anything unless yo
<Steps.Step>
Download the latest version of the Cloudflare [`sudo-proxy-cloudflare.mjs`
script from
here](https://github.com/sussy-code/sudo-proxy/releases/download/v2.1.5/simple-proxy-cloudflare.mjs).
here](https://github.com/p-stream/simple-proxy/releases/download/v2.1.5/simple-proxy-cloudflare.mjs).
</Steps.Step>
<Steps.Step>
@ -231,7 +231,7 @@ Railway offers you $5 of credit once you verify your account, which is enough to
are exposing your server at your own risk!
</Warning>
Our `sudo-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/sussy-code/sudo-proxy:latest`](https://ghcr.io/sussy-code/sudo-proxy:latest)
Our `sudo-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/p-stream/simple-proxy:latest`](https://ghcr.io/p-stream/simple-proxy:latest)
The container exposes the HTTP port (Without TLS/SSL) as `3000/TCP`.

View file

@ -21,4 +21,4 @@ Setting [`VITE_PWA_ENABLED`](../client/configuration.mdx#vite-pwa-enabled) to `t
## If you are running P-Stream using the .zip files
If you are downloading the P-Stream `zip` files from our GitHub and installing them on a static website host, then all you need to do is to make sure to download the [`P-Stream.pwa.zip`](https://github.com/sussy-code/smov/releases/latest/download/P-Stream.pwa.zip) file instead of the `P-Stream.zip` file!
If you are downloading the P-Stream `zip` files from our GitHub and installing them on a static website host, then all you need to do is to make sure to download the [`P-Stream.pwa.zip`](https://github.com/p-stream/p-stream/releases/latest/download/P-Stream.pwa.zip) file instead of the `P-Stream.zip` file!

View file

@ -11,7 +11,7 @@ import coverUrl from './public/cover.png';
import faviconUrl from './public/favicon.ico';
const starLinks = [
link('GitHub', 'https://github.com/Pasithea0/smov', {
link('GitHub', 'https://github.com/Pasithea0/p-stream', {
style: 'star',
newTab: true,
icon: 'akar-icons:github-fill',
@ -24,7 +24,7 @@ const starLinks = [
];
export default defineTheme({
github: 'Pasithea0/smov',
github: 'Pasithea0/p-stream',
navigation: [
link('Discord', '/links/discord', {
style: 'star',
@ -38,7 +38,8 @@ export default defineTheme({
],
contentFooter: {
text: 'Made with :3 (sillyness)',
editRepositoryBase: 'https://github.com/Pasithea0/smov-docs/blob/master',
editRepositoryBase:
'https://github.com/Pasithea0/p-stream-docs/blob/master',
socials: [
social.github('https://github.com/Pasithea0'),
social.discord('/links/discord'),