mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[GH-ISSUE #169] Allow 1:1 org recreation #84
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#84
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 @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