🚀 Repository Migration to RayLabsHQ
This release marks a significant milestone as Gitea Mirror has moved to its new home under the RayLabsHQ organization. This migration ensures better support and maintenance for the project going forward.
🔄 Migration Details
- New Repository Location: https://github.com/RayLabsHQ/gitea-mirror
- New Docker Registry:
ghcr.io/raylabshq/gitea-mirror
- Old Location:
arunavo4/gitea-mirror
(now archived)
📦 What's Changed
Repository Updates
- Migrated repository from
arunavo4/gitea-mirror
toRayLabsHQ/gitea-mirror
- Updated all Docker image references to use the new registry location
- Changed license from MIT to GNU General Public License v3.0
- Updated all documentation and links to point to the new organization
Security Improvements
- Updated base Docker image to version 1.2.18-alpine
- Removed test security scripts after confirming vulnerability resolutions
Documentation Updates
- Added prominent migration notice in README
- Updated quickstart guide with new repository URLs
- Updated LXC deployment documentation
- Created comprehensive migration guide for existing users
🔧 For Existing Users
If you're currently using Gitea Mirror, please update your configurations:
Docker Users
# Update your docker-compose.yml or pull commands
docker pull ghcr.io/raylabshq/gitea-mirror:latest
Git Repository Users
# Update your git remote
git remote set-url origin https://github.com/RayLabsHQ/gitea-mirror.git
📝 Full Changelog
For a complete list of changes, see the CHANGELOG.md.
🙏 Acknowledgments
Thank you to all our users for your continued support during this transition. The project will continue to receive regular updates and improvements at its new location.
📞 Support
- Issues: https://github.com/RayLabsHQ/gitea-mirror/issues
- Discussions: https://github.com/RayLabsHQ/gitea-mirror/discussions
Note: The old repository at arunavo4/gitea-mirror
will remain archived for historical reference but will not receive any further updates.