mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[GH-ISSUE #74] Feature Request: Activate mirroring of LFS data #39
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#39
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 @ArmainAP on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/74
Currently all repositories mirror without LFS data by default.
If you want to mirror LFS data, you have to manually activate it post migration and do a sync job.
This is quite dangerous, as many users might backup their repositories only to find out later that they are missing the LFS pointers.
@arunavo4 commented on GitHub (Aug 16, 2025):
@ArmainAP This I did not realise this thanks. will check it out. But I am quite busy at the moment with other issues. Would appreciate a Community PR on this issue.
@ArmainAP commented on GitHub (Aug 16, 2025):
No worries! At least it is visible for now. I might try to look into it tomorrow.
Any tips or advice for starting out considering I am not familiar with the code base?
@arunavo4 commented on GitHub (Aug 16, 2025):
There is readme and the docs also a contribution markdown file. that should be a good start.
@arunavo4 commented on GitHub (Aug 28, 2025):
@ArmainAP I have added it by adding the
lfsflag to the api call when creating the mirror on gitea as provided on thier docs. But i have not had the time to test it.you need to have LFS turned on (
LFS_START_SERVER = truein Gitea config) feel free to test it out v3.3.0