mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 12:52:44 -05:00
[GH-ISSUE #17] Question: Mirroring via Gitea #620
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itguy327 on GitHub (May 23, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/17
I see this has a ton of functionality but I'm curious to know how it excels over Gitea builtin mirroring (https://docs.gitea.com/usage/repo-mirror)
I have been using the builtin mirroring and noticed this project in the self hosted newsletter and wanted to understand more, as it seems richer.
Thank you for your work
@arunavo4 commented on GitHub (May 24, 2025):
Hi @itguy327 this uses the same Gitea buitin mirroring but helps you manage and mirror 100s of repos you may have in your gihtub. Else you need to mirror them one by one. Here all you do if configure the tokens and thats it you can select whether you want to mirror whole organisations or skip mirroing issues. Also say you want to keep a mirror of all the starred repos.
TL;DR: This automates the same process and gives you a nice dashboard to view the process.
@itguy327 commented on GitHub (May 24, 2025):
Excellent. Thank you so much for the details. And for the work.