-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
To help create some geo(political) redundancy in where out OTN registry is kept, I'd like to suggest to keep a mirror of https://github.com/open-traits-network/open-traits-network.github.io (hosted by US/Microsoft) at https://codeberg.org/open-traits-network/pages (hosted in EU by Codeberg e.V., a registered non-profit association based in Berlin, Germany.)
I've already set this up, and am open to suggestions.
For those using git on the command-line:
each time, I "push" changes, both github and codeberg are updated to host the identical copies using the following configuration as listed via
$ cat .git/config
note the "pushurl" configuration.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:open-traits-network/open-traits-network.github.io
fetch = +refs/heads/*:refs/remotes/origin/*
pushurl = git@github.com:open-traits-network/open-traits-network.github.io
pushurl = git@codeberg.org:open-traits-network/pages
[branch "master"]
remote = origin
merge = refs/heads/master
Metadata
Metadata
Assignees
Labels
No labels