From 983b47fa7664a862e351ca33cbf7838634926a6b Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Mon, 7 Jul 2025 10:52:33 +0530 Subject: [PATCH] fix: update repository references from arunavo4 to RayLabsHQ --- docker-compose.yml | 4 ++-- scripts/README-lxc.md | 2 +- src/pages/api/health.ts | 2 +- src/pages/docs/quickstart.astro | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 014f21b..c75cab5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: gitea-mirror: - image: ${DOCKER_REGISTRY:-ghcr.io}/${DOCKER_IMAGE:-arunavo4/gitea-mirror}:${DOCKER_TAG:-latest} + image: ${DOCKER_REGISTRY:-ghcr.io}/${DOCKER_IMAGE:-raylabshq/gitea-mirror}:${DOCKER_TAG:-latest} build: context: . dockerfile: Dockerfile @@ -11,7 +11,7 @@ services: - linux/amd64 - linux/arm64 cache_from: - - ${DOCKER_REGISTRY:-ghcr.io}/${DOCKER_IMAGE:-arunavo4/gitea-mirror}:${DOCKER_TAG:-latest} + - ${DOCKER_REGISTRY:-ghcr.io}/${DOCKER_IMAGE:-raylabshq/gitea-mirror}:${DOCKER_TAG:-latest} container_name: gitea-mirror restart: unless-stopped ports: diff --git a/scripts/README-lxc.md b/scripts/README-lxc.md index f362e35..f5391d8 100644 --- a/scripts/README-lxc.md +++ b/scripts/README-lxc.md @@ -56,7 +56,7 @@ http://:4321 ### Offline installer script ```bash -git clone https://github.com/arunavo4/gitea-mirror.git # if not already +git clone https://github.com/RayLabsHQ/gitea-mirror.git # if not already curl -fsSL https://raw.githubusercontent.com/arunavo4/gitea-mirror/main/scripts/gitea-mirror-lxc-local.sh -o gitea-mirror-lxc-local.sh chmod +x gitea-mirror-lxc-local.sh diff --git a/src/pages/api/health.ts b/src/pages/api/health.ts index 82c7fc6..1add73c 100644 --- a/src/pages/api/health.ts +++ b/src/pages/api/health.ts @@ -208,7 +208,7 @@ async function checkLatestVersion(): Promise { try { // Fetch the latest release from GitHub const response = await httpGet( - 'https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest', + 'https://api.github.com/repos/RayLabsHQ/gitea-mirror/releases/latest', { 'Accept': 'application/vnd.github.v3+json' } ); diff --git a/src/pages/docs/quickstart.astro b/src/pages/docs/quickstart.astro index 78f021b..83675bd 100644 --- a/src/pages/docs/quickstart.astro +++ b/src/pages/docs/quickstart.astro @@ -85,7 +85,7 @@ import MainLayout from '../../layouts/main.astro';
{[ - { step: 'Clone the repository', cmd: 'git clone https://github.com/arunavo4/gitea-mirror.git\ncd gitea-mirror' }, + { step: 'Clone the repository', cmd: 'git clone https://github.com/RayLabsHQ/gitea-mirror.git\ncd gitea-mirror' }, { step: 'Start the application in production mode', cmd: 'docker compose up -d' }, { step: 'Access the application', cmd: null, text: 'Open your browser and navigate to http://localhost:4321' } ].map((item, i) => ( @@ -123,7 +123,7 @@ import MainLayout from '../../layouts/main.astro'; Clone the repository
-
git clone https://github.com/arunavo4/gitea-mirror.git
+                  
git clone https://github.com/RayLabsHQ/gitea-mirror.git
 cd gitea-mirror