mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-08 20:46:44 +03:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
BIN
.github/assets/activity.png
vendored
Normal file
BIN
.github/assets/activity.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
**Gitea Mirror** is a modern web application for automatically mirroring repositories from GitHub to your self-hosted Gitea instance. Designed for developers, teams, and organizations who want to retain full control of their code while still collaborating on GitHub.
|
**Gitea Mirror** is a modern web application for automatically mirroring repositories from GitHub to your self-hosted Gitea instance. Designed for developers, teams, and organizations who want to retain full control of their code while still collaborating on GitHub.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- 🔁 Sync public, private, or starred GitHub repos to Gitea
|
- 🔁 Sync public, private, or starred GitHub repos to Gitea
|
||||||
@@ -18,7 +20,7 @@
|
|||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
<table> <tr> <td><img src=".github/assets/dashboard.png" width="100%"/></td> <td><img src=".github/assets/repositories.png" width="100%"/></td> </tr> <tr> <td><img src=".github/assets/organisations.png" width="100%"/></td> <td><img src=".github/assets/configuration.png" width="100%"/></td> </tr> </table>
|
<table> <tr> <td><img src=".github/assets/repositories.png" width="100%"/></td> <td><img src=".github/assets/organisations.png" width="100%"/></td> </tr> <tr> <td><img src=".github/assets/configuration.png" width="100%"/></td> <td><img src=".github/assets/activity.png" width="100%"/></td> </tr> </table>
|
||||||
|
|
||||||
### Dashboard
|
### Dashboard
|
||||||
The dashboard provides an overview of your mirroring status, including total repositories, successfully mirrored repositories, and recent activity.
|
The dashboard provides an overview of your mirroring status, including total repositories, successfully mirrored repositories, and recent activity.
|
||||||
@@ -35,7 +37,7 @@ See the [Quick Start Guide](docs/quickstart.md) for detailed instructions on get
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Node.js 18 or later
|
- Node.js 22 or later
|
||||||
- A GitHub account with a personal access token
|
- A GitHub account with a personal access token
|
||||||
- A Gitea instance with an access token
|
- A Gitea instance with an access token
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user