update README
This commit is contained in:
parent
570713d6ff
commit
e8e644ad9b
10
README.md
10
README.md
|
@ -1,17 +1,15 @@
|
||||||
# g2g
|
# g2g
|
||||||
|
|
||||||
Simple Gitea hook / service who mirroring all your Gitea repo to Github (with git push --mirror).
|
Simple Gitea hook / service who mirroring all your Gitea repo to Github (with git push --mirror). <br>
|
||||||
|
|
||||||
*Tested only on Alpine-Linux with Gitea server.*
|
*Tested only on Alpine-Linux with Gitea server.*
|
||||||
|
*The script requires bash, jq, curl, grep and git.*
|
||||||
|
|
||||||
The script requires bash, jq, curl, grep and git.
|
|
||||||
|
|
||||||
|
|
||||||
This should be easily adapted to other distributions without too many modifications, it should certainly be necessary to modify the location where the cronjob is installed (/etc/periodic/15min) for Debian/Arch/... based system.
|
This should be easily adapted to other distributions without too many modifications, it should certainly be necessary to modify the location where the cronjob is installed (/etc/periodic/15min) for Debian/Arch/... based system.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
**BE VERY CAREFUL !! :
|
**BE VERY CAREFUL !! : <br>
|
||||||
If a Github repo already exists with the same name as a Gitea repo but with different content, the whole Github repository will be overwritten !**
|
If a Github repo already exists with the same name as a Gitea repo but with different content, the whole Github repository will be overwritten !**
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue