mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 05:18:55 -05:00
[GH-ISSUE #221] Multi Account/Connection support #961
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 @Ch-Rad on GitHub (Mar 13, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/221
Originally assigned to: @arunavo4 on GitHub.
Ability to add multiple users to an instance and/or add multiple github connections which will be mirrored to the same gitea instance. Feature will allow users to be able to mirror repos from multiple github accounts to the same gitea account (multi-connection,one instance of many-to-one mapping) and/or have multiple users in gitea-mirror itself which will allow different github accounts to be mirrored to different gitea accounts (multi-user,multiple users with one-to-one mapping).
Feature will be useful for backing up repos from multiple github accounts to a local instance of gitea.
@jenkin commented on GitHub (Mar 20, 2026):
My use case:
@arunavo4 commented on GitHub (Mar 20, 2026):
I will come back to this as there is more interest and need arround it.