← knowledge.oriz.in

Radicle — mirror host #7 (P2P)

service servicehostingmirrorradiclep2pfree

Radicle

Free peer-to-peer git network. Mirror host #7 in the 9-host weekly cron. Different paradigm — no centralized host, replication via seed nodes.

Free-tier numbers (2026-06-28)

Push method

# In a clone of the source repo
rad init --name "$REPO" --public --default-branch main --no-confirm
rad sync --announce

Requires ~/.radicle/keys/ populated with a Radicle identity. In CI, the identity is restored from base64-tarball secret MIRROR_RADICLE_KEYPAIR_TAR_B64 and unlocked with MIRROR_RADICLE_PASSPHRASE. Reference action: https://github.com/gsaslis/mirror-to-radicle.

Env vars

MIRROR_RADICLE_KEYPAIR_TAR_B64   # base64(tar of ~/.radicle/keys)
MIRROR_RADICLE_PASSPHRASE

Cross-refs