mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update github link
This commit is contained in:
parent
2a5e24b8d2
commit
a69c4d2b8c
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) wit
|
||||||
| Extension | [movie-web plugin](https://shorturl.at/iqzES) | [Source Code](https://github.com/movie-web/extension) |
|
| Extension | [movie-web plugin](https://shorturl.at/iqzES) | [Source Code](https://github.com/movie-web/extension) |
|
||||||
| Proxy | [sudo-proxy](https://sudo-proxy1.sudo-flix.lol) | [Source Code](https://gitlab.com/sudo-flix/simple-proxy) |
|
| Proxy | [sudo-proxy](https://sudo-proxy1.sudo-flix.lol) | [Source Code](https://gitlab.com/sudo-flix/simple-proxy) |
|
||||||
| Backend | [sudo-backend](https://backend.sudo-flix.lol) | [Source Code](https://github.com/movie-web/backend) |
|
| Backend | [sudo-backend](https://backend.sudo-flix.lol) | [Source Code](https://github.com/movie-web/backend) |
|
||||||
| Frontend | [sudo-flix](https://sudo-flix.lol) | [Source Code](https://github.com/sudo-flix/sudo-source) |
|
| Frontend | [sudo-flix](https://sudo-flix.lol) | [Source Code](https://github.com/sussy-code/smov) |
|
||||||
|
|
||||||
**I provide these if you are not able to host yourself, though I do encourage hosting the frontend.**
|
**I provide these if you are not able to host yourself, though I do encourage hosting the frontend.**
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) wit
|
||||||
## Running Locally
|
## Running Locally
|
||||||
Type the following commands into your terminal / command line to run Sudo-Flix locally
|
Type the following commands into your terminal / command line to run Sudo-Flix locally
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sudo-flix/sudo-source.git
|
git clone https://github.com/sussy-code/smov.git
|
||||||
cd sudo-flix
|
cd sudo-flix
|
||||||
git pull
|
git pull
|
||||||
pnpm install
|
pnpm install
|
||||||
|
@ -42,7 +42,7 @@ Then you can visit the local instance [here](http://localhost:5173) or, at local
|
||||||
### sudo-flix
|
### sudo-flix
|
||||||
To update a sudo-flix instance you can type the below commands into a terminal at the root of your project.
|
To update a sudo-flix instance you can type the below commands into a terminal at the root of your project.
|
||||||
```bash
|
```bash
|
||||||
git remote add upstream https://github.com/sudo-flix/sudo-source.git
|
git remote add upstream https://github.com/sussy-code/smov.git
|
||||||
git fetch sudo-flix # Grab the contents of the new remote source
|
git fetch sudo-flix # Grab the contents of the new remote source
|
||||||
git checkout <YOUR_MAIN_BRANCH> # Most likely this would be `origin/main`
|
git checkout <YOUR_MAIN_BRANCH> # Most likely this would be `origin/main`
|
||||||
git merge upstream/main
|
git merge upstream/main
|
||||||
|
|
|
@ -91,7 +91,7 @@ export function SupportPage() {
|
||||||
</Item>,
|
</Item>,
|
||||||
<Item title={t("support.q2.title")}>
|
<Item title={t("support.q2.title")}>
|
||||||
<Trans i18nKey="support.q2.body">
|
<Trans i18nKey="support.q2.body">
|
||||||
<MwLink to="https://github.com/sudo-flix/sudo-source" />
|
<MwLink to="https://github.com/sussy-code/smov" />
|
||||||
</Trans>
|
</Trans>
|
||||||
</Item>,
|
</Item>,
|
||||||
]}
|
]}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
|
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
|
||||||
export const DISCORD_LINK = "https://movie-web.github.io/links/discord";
|
export const DISCORD_LINK = "https://movie-web.github.io/links/discord";
|
||||||
export const GITHUB_LINK = "https://github.com/sudo-flix/sudo-source";
|
export const GITHUB_LINK = "https://github.com/sussy-code/smov";
|
||||||
export const TWITTER_LINK = "https://twitter.com/SudoFlix";
|
export const TWITTER_LINK = "https://twitter.com/SudoFlix";
|
||||||
export const DONATION_LINK = "https://ko-fi.com/movieweb";
|
export const DONATION_LINK = "https://ko-fi.com/movieweb";
|
||||||
export const GA_ID = import.meta.env.VITE_GA_ID;
|
export const GA_ID = import.meta.env.VITE_GA_ID;
|
||||||
|
|
Loading…
Reference in a new issue