···11-# Sudo-Flix
22-[](https://docs.undi.rest)
11+# P-Stream
22+[](https://docs.pstream.org)
3344**I *do not* endorse piracy of any kind I simply enjoy programming and large user counts.**
5566## Links And Resources
77| Service | Link | Source Code |
88|----------------|------------------------------------------------------------------|----------------------------------------------------------|
99-| Sudo-Flix Docs | [sudo-docs](https://docs.undi.rest) | [source code](https://github.com/sussy-code/docs) |
1010-| Extension | [extension](https://docs.undi.rest/extension) | [source code](https://github.com/sussy-code/browser-ext) |
1111-| Proxy | [sudo-proxy](https://sudo-proxy.up.railway.app) | [source code](https://github.com/sussy-code/sudo-proxy) |
1212-| Backend | [sudo-backend](https://backend.undi.rest) | [source code](https://github.com/sussy-code/backend) |
1313-| Frontend | [sudo-flix](https://docs.undi.rest/instances) | [source code](https://github.com/sussy-code/smov) |
1414-| Weblate | [sudo-weblate](https://docs.undi.rest/links/weblate) | [source code](https://github.com/sussy-code/docs) |
99+| P-Stream Docs | [docs](https://docs.pstream.org) | [source code](https://github.com/p-stream/docs) |
1010+| Extension | [extension](https://docs.pstream.org/extension) | [source code](https://github.com/p-stream/browser-ext) |
1111+| Proxy | [simple-proxy](https://docs.pstream.org/proxy) | [source code](https://github.com/p-stream/sudo-proxy) |
1212+| Backend | [backend](https://server.fifthwit.net) | [source code](https://github.com/p-stream/backend) |
1313+| Frontend | [P-Stream](https://docs.pstream.org/instances) | [source code](https://github.com/p-stream/p-stream) |
1414+| Weblate | [sudo-weblate](https://weblate.pstream.org) | |
15151616***I provide these if you are not able to host yourself, though I do encourage hosting the frontend.***
1717···262627272828## Running Locally
2929-Type the following commands into your terminal / command line to run Sudo-Flix locally
2929+Type the following commands into your terminal / command line to run P-Stream locally
3030```bash
3131-git clone https://github.com/sussy-code/smov.git
3131+git clone https://github.com/p-stream/p-stream.git
3232cd smov
3333git pull
3434pnpm install
···3737Then you can visit the local instance [here](http://localhost:5173) or, at local host on port 5173.
383839394040-## Updating a sudo-flix Instance
4141-To update a sudo-flix instance you can type the below commands into a terminal at the root of your project.
4040+## Updating a P-Stream Instance
4141+To update a P-Stream instance you can type the below commands into a terminal at the root of your project.
4242```bash
4343-git remote add upstream https://github.com/sussy-code/smov.git
4343+git remote add upstream https://github.com/p-stream/p-stream.git
4444git fetch upstream # Grab the contents of the new remote source
4545git checkout <YOUR_MAIN_BRANCH> # Most likely this would be `origin/main`
4646git merge upstream/main
4747# * Fix any conflicts present during merge *
4848git add . # Add all changes made during merge and conflict fixing
4949-git commit -m "Update sudo-flix instance (merge upstream/main)"
4949+git commit -m "Update p-stream instance (merge upstream/main)"
5050git push # Push to YOUR repository
5151```
525253535454-## Contact Me
5555-**Email:** *[dev@sudo-flix.lol](mailto:dev@sudo-flix.lol)*
5454+## Contact Me / Discord
5555+[Discord](https://discord.gg/7z6znYgrTG)