Update README.md

pull/2/head
Dennis Wielepsky 2024-08-18 14:38:42 +02:00 committed by GitHub
parent b4b2660d00
commit b56d5944f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -100,10 +100,3 @@ In your Docker Compose file, replace `jaedle/mirror-to-gitea:latest` with `build
- `MIRROR_PRIVATE_REPOSITORIES`: If set to `true`, your private GitHub repositories will also be mirrored to gitea. The `GITHUB_TOKEN` parameter must be set for this to work.
- `DELAY`: How often to check for new repositories in seconds. Default is 3600 (1 hour).
## Things to do
- Refactoring
- Think about how to test
- Better logging
- Add gitlab support
- And so on..