mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-09 13:06:45 +03:00
updated package location
This commit is contained in:
@@ -26,7 +26,7 @@ BETTER_AUTH_URL=http://localhost:4321
|
|||||||
|
|
||||||
# Docker Registry Configuration
|
# Docker Registry Configuration
|
||||||
DOCKER_REGISTRY=ghcr.io
|
DOCKER_REGISTRY=ghcr.io
|
||||||
DOCKER_IMAGE=arunavo4/gitea-mirror
|
DOCKER_IMAGE=raylabshq/gitea-mirror:
|
||||||
DOCKER_TAG=latest
|
DOCKER_TAG=latest
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ Settings specific to Docker deployments.
|
|||||||
| Variable | Description | Default | Options |
|
| Variable | Description | Default | Options |
|
||||||
|----------|-------------|---------|---------|
|
|----------|-------------|---------|---------|
|
||||||
| `DOCKER_REGISTRY` | Docker registry URL | `ghcr.io` | Registry URL |
|
| `DOCKER_REGISTRY` | Docker registry URL | `ghcr.io` | Registry URL |
|
||||||
| `DOCKER_IMAGE` | Docker image name | `arunavo4/gitea-mirror` | Image name |
|
| `DOCKER_IMAGE` | Docker image name | `raylabshq/gitea-mirror:` | Image name |
|
||||||
| `DOCKER_TAG` | Docker image tag | `latest` | Tag name |
|
| `DOCKER_TAG` | Docker image tag | `latest` | Tag name |
|
||||||
|
|
||||||
## Example Docker Compose Configuration
|
## Example Docker Compose Configuration
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ http://<container-ip>:4321
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/RayLabsHQ/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/raylabshq/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
|
||||||
|
|
||||||
sudo LOCAL_REPO_DIR=~/Development/gitea-mirror \
|
sudo LOCAL_REPO_DIR=~/Development/gitea-mirror \
|
||||||
|
|||||||
Reference in New Issue
Block a user