update README
This commit is contained in:
parent
e8e644ad9b
commit
3a5c2fb90d
|
@ -1,9 +1,10 @@
|
||||||
# g2g
|
# g2g
|
||||||
|
|
||||||
Simple Gitea hook / service who mirroring all your Gitea repo to Github (with git push --mirror). <br>
|
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.* <br>
|
||||||
*The script requires bash, jq, curl, grep and git.*
|
*The script requires bash, jq, curl, grep and git.*
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue