Skip to content

I'd like to ... create a mirror of the Open Traits Registry on CodeBerg #285

@jhpoelen

Description

@jhpoelen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions