mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-10 13:36:45 +03:00
fix: update repository references from arunavo4 to RayLabsHQ
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
gitea-mirror:
|
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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
cache_from:
|
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
|
container_name: gitea-mirror
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ http://<container-ip>:4321
|
|||||||
### Offline installer script
|
### Offline installer script
|
||||||
|
|
||||||
```bash
|
```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
|
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
|
chmod +x gitea-mirror-lxc-local.sh
|
||||||
|
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ async function checkLatestVersion(): Promise<string> {
|
|||||||
try {
|
try {
|
||||||
// Fetch the latest release from GitHub
|
// Fetch the latest release from GitHub
|
||||||
const response = await httpGet(
|
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' }
|
{ 'Accept': 'application/vnd.github.v3+json' }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ import MainLayout from '../../layouts/main.astro';
|
|||||||
|
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
{[
|
{[
|
||||||
{ 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: 'Start the application in production mode', cmd: 'docker compose up -d' },
|
||||||
{ step: 'Access the application', cmd: null, text: 'Open your browser and navigate to <a href="http://localhost:4321" class="text-primary hover:underline font-medium">http://localhost:4321</a>' }
|
{ step: 'Access the application', cmd: null, text: 'Open your browser and navigate to <a href="http://localhost:4321" class="text-primary hover:underline font-medium">http://localhost:4321</a>' }
|
||||||
].map((item, i) => (
|
].map((item, i) => (
|
||||||
@@ -123,7 +123,7 @@ import MainLayout from '../../layouts/main.astro';
|
|||||||
<span class="text-sm text-muted-foreground">Clone the repository</span>
|
<span class="text-sm text-muted-foreground">Clone the repository</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-muted/30 rounded-lg p-4">
|
<div class="bg-muted/30 rounded-lg p-4">
|
||||||
<pre class="text-sm"><code>git clone https://github.com/arunavo4/gitea-mirror.git
|
<pre class="text-sm"><code>git clone https://github.com/RayLabsHQ/gitea-mirror.git
|
||||||
cd gitea-mirror</code></pre>
|
cd gitea-mirror</code></pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user