mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[GH-ISSUE #35] A Series of Error I Encountered #16
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#16
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 @dangjinghao on GitHub (Jun 28, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/35
My
docker-compose.yml:The caddy in docker container can reverse proxy this service in same network, so don't worry the access problem, I can access it's website as usual.
My classical PAT scopes: repo,admin:org,user.
When I started, it prints
Then, This is the configuration.
Enable
Enable automatic repository syncingandEnable automatic database cleanup.It imported github data successfully.
If I enable
Skip forked repositories, and import github data again. Check theRepositoriespage, It pops up a messageAn internal server error occurred, then the backend printsHowever, in Repositories,dashboard page, I can preview some repositories. That's too wired.
Then, in Organizations page, it pops up
{"error":"An internal server error occurred","timestamp":"2025-06-28T06:01:09.153Z"}, and the backend printsType of mirrored repositories: all public repo I owned(I don't have private repo), uclipboard organization(no private repo), and 2 private repos from another user and he grained me all permissions on those repos.
gitea-mirrorcan find the last type repos, that's amazing!I don't know what should I do now, I'm not good at this technology stack.
Thank you for your help!
By the way, is it possible to add a new exclude feature in
Filtering & Behavior? It's very useful for the situation that some repos I forked are too large that I can't save them in my gitea but for others I still want to save.@arunavo4 commented on GitHub (Jul 5, 2025):
Hi @dangjinghao sorry for the late reply this week has been very hectic. I am planning to make this install a lot more painless. Will have a lot of new features also added soon. Please wait for next week
@arunavo4 commented on GitHub (Jul 6, 2025):
@dangjinghao Please try
2.18tag rather than latest@arunavo4 commented on GitHub (Jul 7, 2025):
Let me know if you still have issues with the latest release
@dangjinghao commented on GitHub (Jul 7, 2025):
I can't pull
ghcr.io/arunavo4/gitea-mirror:2.18.0orghcr.io/raylabshq/gitea-mirror:2.18.0. It seems that I can't access this new organizationraylabshqdirectly.@arunavo4 commented on GitHub (Jul 7, 2025):
@dangjinghao Sorry my bad I had the pakage
privateby mistake. Please try the latest verison@dangjinghao commented on GitHub (Jul 7, 2025):
All the previously mentioned bugs appear to have been fixed, great work!
However, I have encountered some new issues:
After switching from
Single OrganizationtoMixed Modeand waiting for thePOST /api/configrequest to return a successful response, refreshing the page still displays theSingle Organizationmode.When selecting all metadata options in
Repository Metadataand waiting for the request to complete, refreshing the page shows "2 of 5 selected". Additionally, if I selectPR,labelsormilestone, wait, and then refresh the page, the "Repository Metadata" options become unselected. It seems that onlyissuesandwikicould be remembered.@arunavo4 commented on GitHub (Jul 7, 2025):
@arunavo4 Thanks for reporting this let me take a look.
@arunavo4 commented on GitHub (Jul 7, 2025):
@dangjinghao Its fixed in the version
v2.20.1. Close the Issue once you have verified that its resolved