mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 20:58:16 -05:00
[GH-ISSUE #169] Allow 1:1 org recreation #214
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 @Bluscream on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/169
Originally assigned to: @arunavo4 on GitHub.
It would be nice if for all repos, even starred ones, it would create a organisation with the name of the source user/org so the urls can be the same with only the domain swapped
@arunavo4 commented on GitHub (Jan 21, 2026):
@Bluscream so you are asking for creating each repo in a separate org for the most part like say for 1 user in github something you starred goes into a seperate org?
@Bluscream commented on GitHub (Jan 21, 2026):
if i have a repo starred from user/repo or org/repo it should be under my gitea as org/repo
@arunavo4 commented on GitHub (Jan 22, 2026):
@Bluscream curerntly there is an option for this but for your repos and not starred ones I can extend this for starred ones also.
@Bluscream commented on GitHub (Jan 22, 2026):
that would be appreciated
@tasarren commented on GitHub (Feb 14, 2026):
An option for this would be awesome, I currenlty have a dedicated gitea instance just for my starred/forked repos, and I would like to have the same URI as github, so I can just change the domain and call it a day.
If I star this repo, I want my gitea to also have
RayLabsHQ/gitea-mirroras the project path (mygitea.local/RayLabsHQ/gitea-mirror)@arunavo4 commented on GitHub (Feb 24, 2026):
Thanks @tasarren for the PR