π
AlmaLinux
almalinux
▾
Mirror for AlmaLinux (dnf/yum).
# /etc/yum.repos.d/almalinux.repo: baseurl=https://almalinux.dev.parchlinux.com/$releasever/BaseOS/$basearch/os/
full instructions →
π
Alpine ISO
iso_alpine
▾
Mirror for Alpine Linux ISO releases.
curl -O https://iso_alpine.dev.parchlinux.com/v3.19/releases/x86_64/alpine-standard-3.19.0-x86_64.iso
full instructions →
ποΈ
Alpine Linux
alpine
▾
Mirror for Alpine Linux (apk).
sudo sed -i 's|dl-cdn.alpinelinux.org|alpine.dev.parchlinux.com|g' /etc/apk/repositories
full instructions →
π
°οΈ
Anaconda
conda
▾
Mirror for Anaconda/Conda channels.
conda config --add channels https://conda.dev.parchlinux.com/pkgs/main
full instructions →
π
°οΈ
Arch Linux
arch
▾
Mirror for Arch Linux (pacman).
echo 'Server = https://arch.dev.parchlinux.com/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
full instructions →
π
Arch Linux ISO
iso_arch
▾
Mirror for Arch Linux ISO releases.
curl -O https://iso_arch.dev.parchlinux.com/latest/archlinux-x86_64.iso
full instructions →
π
°οΈ
Artix Linux
artix
▾
Mirror for Artix Linux (pacman, OpenRC/runit/s6 variants of Arch).
echo 'Server = https://artix.dev.parchlinux.com/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist-artix
full instructions →
π
CPAN (Perl)
cpan
▾
Mirror for the Comprehensive Perl Archive Network.
cpan -j https://cpan.dev.parchlinux.com
full instructions →
π
CRAN (R)
cran
▾
Mirror for the Comprehensive R Archive Network.
# Set in R: options(repos=c(CRAN="https://cran.dev.parchlinux.com"))
full instructions →
π¦
CRI-O Releases
crio
▾
Reverse proxy for CRI-O GitHub release downloads.
curl -L https://crio.dev.parchlinux.com/v1.29.0/cri-o.amd64.v1.29.0.tar.gz
full instructions →
π
°οΈ
Chaotic-AUR
chaotic_aur
▾
Mirror for the Chaotic-AUR pre-built package repository (Arch Linux).
# /etc/pacman.conf:
[chaotic-aur]
Server = https://chaotic_aur.dev.parchlinux.com/$arch
full instructions →
π
Chocolatey
chocolatey
▾
Mirror for the Chocolatey community package feed (Windows).
choco source add -n=homelab -s="https://chocolatey.dev.parchlinux.com/api/v2/" --priority=1
full instructions →
π
Debian Archive
debian
▾
Mirror for the Debian archive (apt).
sudo sed -i 's|http://deb.debian.org|https://debian.dev.parchlinux.com|g' /etc/apt/sources.list
full instructions →
πΏ
Debian ISO Releases
iso_debian
▾
Mirror for Debian ISO release downloads.
curl -O https://iso_debian.dev.parchlinux.com/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso
full instructions →
π³
Docker Hub Registry
docker
▾
Reverse proxy for Docker Hub. Token-auth and redirects make on-disk caching nontrivial; this is a transparent proxy.
docker pull docker.dev.parchlinux.com/library/nginx
# /etc/docker/daemon.json: {"registry-mirrors":["https://docker.dev.parchlinux.com"]}
full instructions →
π
EPEL
epel
▾
Mirror for Extra Packages for Enterprise Linux (EPEL).
# /etc/yum.repos.d/epel.repo: baseurl=https://epel.dev.parchlinux.com/$releasever/Everything/$basearch/
full instructions →
π
Elastic (Elasticsearch/Kibana)
elastic
▾
Mirror for Elasticsearch / Kibana / Beats release artifacts.
curl -O https://elastic.dev.parchlinux.com/downloads/elasticsearch/elasticsearch-8.13.0-linux-x86_64.tar.gz
full instructions →
π€
F-Droid
fdroid
▾
Mirror for the F-Droid Android app repository.
# Add https://fdroid.dev.parchlinux.com as a repository in F-Droid
full instructions →
π
Fedora
fedora
▾
Mirror for Fedora Linux dnf repositories.
# /etc/yum.repos.d/fedora.repo: baseurl=https://fedora.dev.parchlinux.com/releases/$releasever/Everything/$basearch/os/
full instructions →
π
Fedora ISO
iso_fedora
▾
Mirror for Fedora ISO releases.
# https://iso_fedora.dev.parchlinux.com/40/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-40-1.14.iso
full instructions →
π±
Flathub
flathub
▾
Mirror for the Flathub OSTree repository.
flatpak remote-modify --url=https://flathub.dev.parchlinux.com flathub
full instructions →
πΉ
FreeBSD Packages
freebsd
▾
Mirror for FreeBSD pkg(8) repositories.
# /usr/local/etc/pkg/repos/FreeBSD.conf:
# url: "pkg+https://freebsd.dev.parchlinux.com/${ABI}/quarterly"
full instructions →
π
Gentoo (distfiles)
gentoo
▾
Mirror for Gentoo source distfiles.
# /etc/portage/make.conf: GENTOO_MIRRORS="https://gentoo.dev.parchlinux.com"
full instructions →
π
GitHub (Git smart-HTTP)
github_git
▾
Dedicated reverse proxy for GitHub git smart-HTTP clone/fetch operations.
git clone https://github_git.dev.parchlinux.com/<owner>/<repo>.git
full instructions →
π
GitHub (Web/API)
github
▾
Reverse proxy for github.com.
# Replace https://github.com with https://github.dev.parchlinux.com in URLs
full instructions →
π
GitHub Container Registry
ghcr
▾
Reverse proxy for ghcr.io.
docker pull ghcr.dev.parchlinux.com/<owner>/<image>:<tag>
full instructions →
π¦
GitLab
gitlab
▾
Reverse proxy for gitlab.com (proxy-only β git operations are dynamic).
git clone https://gitlab.dev.parchlinux.com/<group>/<repo>.git
full instructions →
πΉ
Go Module Proxy
go
▾
Mirror of the Go module proxy protocol (proxy.golang.org).
export GOPROXY=https://go.dev.parchlinux.com,direct
Go Mirrors
full instructions →
π
Google Container Registry
gcr
▾
Reverse proxy for gcr.io.
docker pull gcr.dev.parchlinux.com/<project>/<image>:<tag>
full instructions →
π
Gradle Distributions
gradle
▾
Mirror for Gradle wrapper distributions.
# gradle/wrapper/gradle-wrapper.properties
distributionUrl=https\://gradle.dev.parchlinux.com/distributions/gradle-8.5-bin.zip
full instructions →
π
Grafana Releases
grafana
▾
Mirror for Grafana / Loki / Tempo / Mimir release artifacts.
curl -O https://grafana.dev.parchlinux.com/oss/release/grafana-10.4.0.linux-amd64.tar.gz
full instructions →
π
Hackage (Haskell)
hackage
▾
Mirror for the Hackage Haskell package archive.
# ~/.cabal/config: remote-repo: homelab:https://hackage.dev.parchlinux.com/
full instructions →
π
HashiCorp Releases
hashicorp
▾
Mirror for HashiCorp tool releases (terraform, vault, consul, nomad, packer, etc).
curl -O https://hashicorp.dev.parchlinux.com/terraform/1.7.0/terraform_1.7.0_linux_amd64.zip
full instructions →
β΅
Helm Releases
helm
▾
Mirror for Helm release archives.
curl -L https://helm.dev.parchlinux.com/helm-v3.14.0-linux-amd64.tar.gz | tar xz
full instructions →
πΊ
Homebrew
homebrew
▾
Mirror for Homebrew formula API.
export HOMEBREW_API_DOMAIN=https://homebrew.dev.parchlinux.com
full instructions →
π
Hugging Face Hub
huggingface
▾
Reverse proxy for the Hugging Face model/dataset hub. (Cache disabled by default β model files are huge; consider enabling per-mirror.)
export HF_ENDPOINT=https://huggingface.dev.parchlinux.com
full instructions →
π
Julia Packages
julia
▾
Mirror for the Julia package server.
export JULIA_PKG_SERVER=https://julia.dev.parchlinux.com
full instructions →
π
Kali Linux
kali
▾
Mirror for Kali Linux apt archive.
# /etc/apt/sources.list: deb https://kali.dev.parchlinux.com kali-rolling main contrib non-free
full instructions →
π
Kali Linux ISO
iso_kali
▾
Mirror for Kali Linux ISO releases.
# https://iso_kali.dev.parchlinux.com/current/kali-linux-2024.1-installer-amd64.iso
full instructions →
βΈοΈ
Kubernetes Registry
k8s
▾
Reverse proxy for registry.k8s.io.
# Replace registry.k8s.io with k8s.dev.parchlinux.com in image references
full instructions →
π
Linux Mint
mint
▾
Mirror for Linux Mint apt archive.
# /etc/apt/sources.list.d/official-package-repositories.list: deb https://mint.dev.parchlinux.com virginia main upstream import
full instructions →
π
LuaRocks
luarocks
▾
Mirror for LuaRocks packages.
luarocks install --server=https://luarocks.dev.parchlinux.com <rock>
full instructions →
π
Manjaro
manjaro
▾
Mirror for Manjaro Linux pacman repositories.
echo 'Server = https://manjaro.dev.parchlinux.com/stable/$repo/$arch' | sudo tee /etc/pacman.d/mirrorlist
full instructions →
β¨οΈ
Maven Central
maven
▾
Mirror for Maven Central artifacts.
<!-- ~/.m2/settings.xml -->
<mirror>
<id>homelab</id>
<mirrorOf>central</mirrorOf>
<url>https://maven.dev.parchlinux.com</url>
</mirror>
full instructions →
π
Microsoft Container Registry
mcr
▾
Reverse proxy for mcr.microsoft.com.
docker pull mcr.dev.parchlinux.com/dotnet/sdk:8.0
full instructions →
π
MongoDB APT
mongodb_apt
▾
Mirror for the official MongoDB APT repository.
# deb https://mongodb_apt.dev.parchlinux.com/debian bookworm/mongodb-org/7.0 main
full instructions →
π¦
NPM Registry
npm
▾
Caching mirror for the public NPM registry.
npm config set registry https://npm.dev.parchlinux.com
echo 'registry=https://npm.dev.parchlinux.com' >> ~/.npmrc
full instructions →
βοΈ
Nix Binary Cache
nix
▾
Mirror for the NixOS binary cache.
# /etc/nix/nix.conf:
# substituters = https://nix.dev.parchlinux.com https://cache.nixos.org
full instructions →
π’
Node.js Distributions
nodejs
▾
Mirror for Node.js binary distributions.
export NODEJS_ORG_MIRROR=https://nodejs.dev.parchlinux.com/dist
export NVM_NODEJS_ORG_MIRROR=https://nodejs.dev.parchlinux.com/dist
full instructions →
π
NuGet
nuget
▾
Mirror for the NuGet v3 API.
dotnet nuget add source https://nuget.dev.parchlinux.com/v3/index.json -n homelab
full instructions →
π
Packagist (Composer)
packagist
▾
Mirror for the Packagist Composer repository.
composer config -g repos.packagist composer https://packagist.dev.parchlinux.com
full instructions →
π
Parch Linux
parchlinux
▾
Mirror for the Parch Linux pacman repository.
echo 'Server = https://parchlinux.dev.parchlinux.com/$repo/os/$arch' | sudo tee /etc/pacman.d/parch-mirrorlist
full instructions →
π
Parrot OS
parrot
▾
Mirror for Parrot OS apt archive.
# /etc/apt/sources.list: deb https://parrot.dev.parchlinux.com parrot main contrib non-free
full instructions →
π
Pop!_OS
popos
▾
Mirror for Pop!_OS apt archive.
# deb https://popos.dev.parchlinux.com jammy main
full instructions →
π
PostgreSQL APT (PGDG)
postgres_apt
▾
Mirror for the official PostgreSQL APT repository (PGDG).
# deb https://postgres_apt.dev.parchlinux.com bookworm-pgdg main
full instructions →
π
PyPI
pypi
▾
Caching mirror for PyPI; package files are fetched from files.pythonhosted.org transparently.
pip install --index-url https://pypi.dev.parchlinux.com/simple/ <package>
pip config set global.index-url https://pypi.dev.parchlinux.com/simple/
full instructions →
π
PyTorch
pytorch
▾
Mirror for PyTorch wheel & libtorch downloads.
pip install torch --index-url https://pytorch.dev.parchlinux.com/whl/cpu
full instructions →
π
Quay.io
quay
▾
Reverse proxy for quay.io container registry.
podman pull quay.dev.parchlinux.com/<org>/<image>:<tag>
full instructions →
π
RPM Fusion
rpmfusion
▾
Mirror for RPM Fusion (free + nonfree) repositories.
# baseurl=https://rpmfusion.dev.parchlinux.com/free/fedora/releases/$releasever/Everything/$basearch/os/
full instructions →
π
Rocky Linux
rocky
▾
Mirror for Rocky Linux dnf/yum repositories.
# /etc/yum.repos.d/rocky.repo: baseurl=https://rocky.dev.parchlinux.com/$releasever/BaseOS/$basearch/os/
full instructions →
π
Rocky Linux ISO
iso_rocky
▾
Mirror for Rocky Linux ISO releases.
# https://iso_rocky.dev.parchlinux.com/9/isos/x86_64/Rocky-9.3-x86_64-minimal.iso
full instructions →
π
RubyGems
rubygems
▾
Mirror for the RubyGems package registry.
gem sources --add https://rubygems.dev.parchlinux.com/ --remove https://rubygems.org/
# Gemfile: source "https://rubygems.dev.parchlinux.com"
full instructions →
π
Scoop
scoop
▾
Reverse proxy for Scoop bucket repos (GitHub-hosted).
scoop bucket add main https://scoop.dev.parchlinux.com/Main
full instructions →
π¦
Swift Package Index
swift
▾
Proxy-only mirror for Swift Package Index (Swift packages are git-based, so caching is limited).
# Use https://swift.dev.parchlinux.com/<owner>/<repo> URLs in Package.swift
full instructions →
πͺ
Terraform Registry
terraform
▾
Mirror for the Terraform provider/module registry.
# ~/.terraformrc
provider_installation {
network_mirror { url = "https://terraform.dev.parchlinux.com/" }
}
full instructions →
π
Ubuntu Archive
ubuntu
▾
Mirror for the Ubuntu archive (apt).
sudo sed -i 's|http://archive.ubuntu.com|https://ubuntu.dev.parchlinux.com|g' /etc/apt/sources.list
full instructions →
πΏ
Ubuntu ISO Releases
iso_ubuntu
▾
Mirror for Ubuntu ISO release downloads.
curl -O https://iso_ubuntu.dev.parchlinux.com/24.04/ubuntu-24.04-live-server-amd64.iso
full instructions →
π
Void Linux
void
▾
Mirror for Void Linux xbps packages.
sudo xbps-install -S --repository=https://void.dev.parchlinux.com/current
full instructions →
β‘
Zig Releases
zig
▾
Mirror for Zig downloads and builds.
# Replace https://ziglang.org with https://zig.dev.parchlinux.com
full instructions →
ποΈ
cPanel httpupdate
cpanel
▾
Mirror for cPanel update artifacts.
# /etc/cpsources.conf: HTTPUPDATE=https://cpanel.dev.parchlinux.com
full instructions →
π¦
crates.io (static)
crates
▾
Mirror for crates.io package downloads.
# ~/.cargo/config.toml
[source.crates-io]
replace-with = "mirror"
[source.mirror]
registry = "https://crates.dev.parchlinux.com"
full instructions →
π
hex.pm (Erlang/Elixir)
hex
▾
Mirror for the hex.pm Erlang/Elixir package registry.
export HEX_MIRROR=https://hex.dev.parchlinux.com
full instructions →
π
opam (OCaml)
opam
▾
Mirror for the opam OCaml package repository.
opam repo add homelab https://opam.dev.parchlinux.com
full instructions →
π
openSUSE
opensuse
▾
Mirror for openSUSE zypper repositories.
sudo zypper ar https://opensuse.dev.parchlinux.com/distribution/leap/15.6/repo/oss/ homelab
full instructions →
π―
pub.dev (Dart)
pubdev
▾
Mirror for pub.dev Dart packages.
export PUB_HOSTED_URL=https://pubdev.dev.parchlinux.com
full instructions →