replace old gitlab link

This commit is contained in:
Cooper Ransom 2024-03-05 11:43:28 -05:00
parent 764fc328b6
commit d4e86b4bea
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
# Such as https://github.com/wangchucheng/git-repo-sync.git
target-url: https://gitlab.com/itzCozi/sudo-flix
target-url: https://github.com/sudo-flix/sudo-source
# Such as wangchucheng
target-username: itzCozi
# You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS\_TOKEN }}

View File

@ -5,7 +5,7 @@ Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) wit
| Service | Link | Source Code |
|----------------|----------------------------------------------------|------------------------------------------------------|
| Movie-Web Docs | [movie-web-docs](https://movie-web.github.io/) | [Source Code](https://github.com/movie-web/docs) |
| Sudo-Flix | [Sudo-Flix](https://sudo-flix.lol) | [Source Code](https://gitlab.com/itzCozi/sudo-flix) |
| Sudo-Flix | [Sudo-Flix](https://sudo-flix.lol) | [Source Code](https://github.com/sudo-flix/sudo-source) |
| Proxy #1 | [sudo-proxy](https://sudo-proxy.netlify.app) | [Source Code](https://gitlab.com/itzCozi/sudo-proxy) |
| Proxy #2 | [mweb-proxy](https://mweb-proxy.up.railway.app) | [Source Code](https://gitlab.com/itzCozi/sudo-proxy) |
| Proxy #3 | [sudo-proxy2](sudo-proxy.up.railway.app)
@ -22,7 +22,7 @@ Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) wit
## Running Locally
Type the following commands into your terminal / command line to run Sudo-Flix locally
```bash
git clone https://gitlab.com/itzCozi/sudo-flix.git
git clone https://github.com/sudo-flix/sudo-source.git
cd sudo-flix
git pull
pnpm install

View File

@ -1,6 +1,6 @@
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
export const DISCORD_LINK = "https://movie-web.github.io/links/discord";
export const GITHUB_LINK = "https://gitlab.com/itzCozi/sudo-flix";
export const GITHUB_LINK = "https://github.com/sudo-flix/sudo-source";
export const DONATION_LINK = "https://ko-fi.com/movieweb";
export const GA_ID = import.meta.env.VITE_GA_ID;
export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;