Gitea Mirror is a powerful web application that automatically mirrors repositories from GitHub to self-hosted Gitea instances. Perfect for:
- π Backing up GitHub repositories
- π’ Creating private mirrors of public repositories
- π Syncing starred repositories
- ποΈ Maintaining organization structure
- β‘ Automated scheduled mirroring
Important
Starting from version 2.20, all new releases and updates are available exclusively at the new repository location. The Docker images have also moved to the new registry:
# New Docker image location
docker pull ghcr.io/raylabshq/gitea-mirror:latest
- New Repository: https://github.com/RayLabsHQ/gitea-mirror
- Issues: https://github.com/RayLabsHQ/gitea-mirror/issues
- Discussions: https://github.com/RayLabsHQ/gitea-mirror/discussions
- Releases: https://github.com/RayLabsHQ/gitea-mirror/releases
- Docker Images: ghcr.io/raylabshq/gitea-mirror
This repository (arunavo4/gitea-mirror
) is now archived and will no longer receive updates. Please take the following actions:
Point all bookmarks to the new repository at https://github.com/RayLabsHQ/gitea-mirror
If you have cloned this repository, update your remote URL:
git remote set-url origin https://github.com/RayLabsHQ/gitea-mirror.git
Update your Docker Compose files or scripts to use the new image:
# Old (deprecated)
image: ghcr.io/arunavo4/gitea-mirror:latest
# New (use this)
image: ghcr.io/raylabshq/gitea-mirror:latest
Don't forget to β star the new repository to stay updated with the latest releases!
This project has been moved to RayLabsHQ as part of our organizational restructuring to better support and maintain our open-source projects. The new location will be the primary home for all future development, releases, and community engagement.
All releases starting from v2.20 are available at the new repository. For the latest version and release notes, please visit:
See you at the new repository!