Update README with Go conversion note

Co-authored-by: veverkap <22348+veverkap@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-12 22:39:23 +00:00
parent 6467d2bc7a
commit fe1f93769e

View File

@@ -1,5 +1,7 @@
# Automatically Mirror Github Repo To Your Gitea Server
> **Note:** This application has been converted from Node.js to Go for better performance, smaller Docker images, and easier deployment. The functionality remains the same.
This project is considered in maintenance mode and will only receive bug-fixes but likely no new features.
A potential successor may be [Gitea-Mirror](https://github.com/RayLabsHQ/gitea-mirror).
@@ -11,12 +13,12 @@ If you are interested in taking over the project, feel free to reach out to me.
## Description
This script automatically mirrors the repositories from a github-user or github-organization to your gitea server.
This application automatically mirrors the repositories from a github-user or github-organization to your gitea server.
Once started, it will create a mirrored repository under a given token for a gitea user, completely automatically.
Example:
A github user `github-user` has public repositories `dotfiles` and `zsh-config`.
Starting the script with a gitea token for the account `gitea-user` will create the following mirrored repositories:
Starting the application with a gitea token for the account `gitea-user` will create the following mirrored repositories:
- github.com/github-user/dotfiles &rarr; your-gitea.url/gitea-user/dotfiles
- github.com/github-user/zsh-config &rarr; your-gitea.url/gitea-user/zsh-config