mirror of
https://github.com/arnaucube/mirror-to-gitea.git
synced 2026-02-07 03:26:45 +01:00
fix documentation flaws
This commit is contained in:
@@ -25,7 +25,7 @@ The mirror settings are default by your gitea instance.
|
|||||||
docker container run \
|
docker container run \
|
||||||
-d \
|
-d \
|
||||||
--restart always \
|
--restart always \
|
||||||
-e GITHUB_USER=github-user \
|
-e GITHUB_USERNAME=github-user \
|
||||||
-e GITEA_URL=https://some-gitea.url \
|
-e GITEA_URL=https://some-gitea.url \
|
||||||
-e GITEA_TOKEN=please-exchange-with-token \
|
-e GITEA_TOKEN=please-exchange-with-token \
|
||||||
jaedle/mirror-to-gitea:latest
|
jaedle/mirror-to-gitea:latest
|
||||||
@@ -33,7 +33,7 @@ docker container run \
|
|||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
- `GITHUB_USER` name of users which public repos should be mirrored
|
- `GITHUB_USERNAME` name of user or organization which public repos should be mirrored
|
||||||
- `GITEA_URL` url of your gitea server
|
- `GITEA_URL` url of your gitea server
|
||||||
- `GITEA_TOKEN` token for your gitea user
|
- `GITEA_TOKEN` token for your gitea user
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user