ammened readme

This commit is contained in:
Askill 2024-04-06 17:01:06 +02:00
parent dd82f9d970
commit b19069e7d0
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Mirror your starred Github repos to a Gitea organization # Mirror your starred and public Github repos to a private Git(tea) organization
### Inspiration for this script: ### Inspiration for this script:
@ -7,6 +7,9 @@
## Usage ## Usage
Create one or two organiations in gittea, e.g. starred and personal or just one mirror organisation.
Create an application token to use as Access_token
The script runs forever, every 12 hours it executes API calls to retrieve either your starred or public repositories and mirrors them to your local gitea( or forks from this project) server. The script runs forever, every 12 hours it executes API calls to retrieve either your starred or public repositories and mirrors them to your local gitea( or forks from this project) server.
Feel free to change it to a one time only script and calling it in a cronjob. Feel free to change it to a one time only script and calling it in a cronjob.