diff options
Diffstat (limited to 'git-mirror.conf.example')
-rw-r--r-- | git-mirror.conf.example | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/git-mirror.conf.example b/git-mirror.conf.example new file mode 100644 index 0000000..8f34dc1 --- /dev/null +++ b/git-mirror.conf.example @@ -0,0 +1,27 @@ +[account "parabola"] + type = cgit + url = https://git.parabola.nu + +[account "gitlab"] + type = gitlab-ee + apiurl = https://gitlab.com/api/v3 + apikey = ABCDEFGHIJKLMNOPQRST + +# [account "github"] +# type = github +# url = https://github.com + +# [account "notabug"] +# type = gogs +# url = https://notabug.org + +# [account "repo-or-cz"] +# type = gitweb +# url = https://repo.or.cz + +[repo "abslibre/abslibre"] + upstream = parabola:abslibre/abslibre.git + local = abslibre/abslibre.git + url = https://git.parabola.nu/abslibre/abslibre.git + downstream = gitlab:parabola/abslibre_abslibre + downstream = github:parabola/abslibre_abslibre |