diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 681f539..4664ccf 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -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). diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cdfdb29..98cfd51 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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). diff --git a/pages/backend/deploy.mdx b/pages/backend/deploy.mdx index b244e14..5253919 100644 --- a/pages/backend/deploy.mdx +++ b/pages/backend/deploy.mdx @@ -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 diff --git a/pages/client/configuration.mdx b/pages/client/configuration.mdx index e299732..f3edf7a 100644 --- a/pages/client/configuration.mdx +++ b/pages/client/configuration.mdx @@ -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. diff --git a/pages/client/deploy.mdx b/pages/client/deploy.mdx index 8c3bfe0..b85a0bb 100644 --- a/pages/client/deploy.mdx +++ b/pages/client/deploy.mdx @@ -8,7 +8,7 @@ title: 'Deploy' - [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. {' '} @@ -79,7 +79,7 @@ title: 'Deploy' - 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 @@ -132,7 +132,7 @@ title: 'Deploy' 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. Extract the ZIP file so you can edit the files. @@ -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: "" diff --git a/pages/client/upgrade.mdx b/pages/client/upgrade.mdx index 0e3fa7f..dc16324 100644 --- a/pages/client/upgrade.mdx +++ b/pages/client/upgrade.mdx @@ -18,7 +18,7 @@ To do this, you will need to follow the guide below... - 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. 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. diff --git a/pages/extension.mdx b/pages/extension.mdx index 084bcf4..4c5c445 100644 --- a/pages/extension.mdx +++ b/pages/extension.mdx @@ -26,7 +26,7 @@ These installation steps are for any chromium-based browsers such as Microsoft E - 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). Sometimes your browser may block downloading or installing CRX file from outside the Chrome Web Store. If so, download the ZIP file instead. @@ -59,7 +59,7 @@ These installation steps are for any chromium-based browsers such as Microsoft E - 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). @@ -104,7 +104,7 @@ that will allow you to override the setting that enforces the extension signing 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. diff --git a/pages/extra/selfhost.mdx b/pages/extra/selfhost.mdx index 1f570df..a32d10d 100644 --- a/pages/extra/selfhost.mdx +++ b/pages/extra/selfhost.mdx @@ -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: diff --git a/pages/index.tsx b/pages/index.tsx index ac22bdf..542c0fb 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -25,7 +25,7 @@ export default function LandingPage() {
-
diff --git a/pages/links/weblate.tsx b/pages/links/weblate.tsx index 25b3d46..2206740 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.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() { {' '} and check out our{' '} (e.currentTarget.style.textDecoration = 'underline') } diff --git a/pages/proxy/deploy.mdx b/pages/proxy/deploy.mdx index 77e224f..2e83c6b 100644 --- a/pages/proxy/deploy.mdx +++ b/pages/proxy/deploy.mdx @@ -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) @@ -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) @@ -133,7 +133,7 @@ Cloudflare has a generous free plan, so you don't need to pay anything unless yo 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). @@ -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! -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`. diff --git a/pages/self-hosting/about-pwa.mdx b/pages/self-hosting/about-pwa.mdx index 89c8996..e9cf57c 100644 --- a/pages/self-hosting/about-pwa.mdx +++ b/pages/self-hosting/about-pwa.mdx @@ -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! diff --git a/theme.config.tsx b/theme.config.tsx index c744715..18d60be 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -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'),