chore: bump version to v2.20.0

Major repository migration from arunavo4 to RayLabsHQ organization.
This release includes updated Docker image locations and all repository
references throughout the codebase.
This commit is contained in:
Arunavo Ray
2025-07-07 11:02:09 +05:30
parent 983b47fa76
commit b604cad2fd
3 changed files with 32 additions and 1 deletions

View File

@@ -10,6 +10,16 @@
</p>
</p>
> [!IMPORTANT]
> **Repository Migration Notice**: Starting from version 2.20, this project has moved from `arunavo4/gitea-mirror` to `RayLabsHQ/gitea-mirror`. Please update your Docker images and Git remotes to use the new location:
> ```bash
> # Docker
> docker pull ghcr.io/raylabshq/gitea-mirror:latest
>
> # Git remote
> git remote set-url origin https://github.com/RayLabsHQ/gitea-mirror.git
> ```
## 🚀 Quick Start
```bash