mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 15:25:55 +03:00
[GH-ISSUE #152] Feature Request: Add user cloning support #75
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @tom-nom-nom on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/152
Add support for cloning users on github instead of organisations, like "ventoy" where i would still like have all required repos and all new ones, when they add some
@arunavo4 commented on GitHub (Nov 13, 2025):
@tod3x Hey so not sure if I understand this correctly. you are looking to clone random users? like say me my github all my public repos into something like arunavo4/repo1 arunavo4/repo2
Not your own ones? right?
@tom-nom-nom commented on GitHub (Nov 13, 2025):
@arunavo4 Yes exactly, my usecase is more for DataHoarding and having gitea-mirror as a one-stop-shop for this would be pretty useful :) I generally use it to backup everything i can find including cool projects from individuals accounts
@arunavo4 commented on GitHub (Nov 13, 2025):
@tod3x So there is an issue here I cannot make new users in gitea, and naming orgs with users seems weird.
Current solution to your problem / usecase:
I don't see myself building this feature as it is not an ideal way to do this. also there is already way to many options and config on the backup so I am pretty sure you can find a better way to do this.
Also, if you feel like you have a better workflow in mind for this go ahead and fork 'gitea-mirror' and add teh feature however you like. If you are not familiar with typescript or cant code just ask claude or chatgpt and it can do it for you.