Pacman.store Save

Pacman Mirror via IPFS for ArchLinux, Endeavouros, Manjaro plus custom repos ALHP and Chaotic-AUR.

Project README

The toolset has been split off and is now here available.

$${\color{red}CURRENTLY DISFUNCT}$$

pacman.store

Current status and any announcements, as well as a maintenance log, can be found here

Under the domain pacman.store are package mirrors provided via the IPFS-Network. If you choose this as your mirror, Pacman will download the files from a local http-proxy and the accessed files will be shared with the IPFS-Network.

If you run on multiple machines in your local network IPFS will exchange the files locally rather than downloading the same file multiple times from the internet.

The data is held and shared by a collaborative cluster, which is provided by volunteers.

Usage

Install IPFS as a service:

Install ipfs on each of your systems - I recommend my AUR package go-ipfs-git which uses the hardened service file.

Start the service with:

# systemctl enable --now ipfs

IPFS configuration

I recommend enabling the build-in router module gossipsub which accelerates the lookup of names, like "pacman.store" significantly:

# su ipfs -c /bin/bash -c "ipfs config Pubsub.Router gossipsub"

Note: If you don't use my AUR package go-ipfs-git, make sure to modify your service file to include --enable-pubsub-experiment, --enable-namesys-pubsub, and --enable-gc on the ipfs-daemon.

  • --enable-pubsub-experiment --enable-namesys-pubsub will speedup name-lookups
  • --enable-gc runs the garbage collection automatically, otherwise IPFS will never clean up its storage

Ipfs uses by default up to 10 GB of disk space in /var/lib/ipfs. If you want to lower or increase this value, you can do this by:

# su ipfs -c /bin/bash -c "ipfs config Datastore.StorageMax '10GB'"

After changing the settings you need to restart the daemon with

# systemctl restart ipfs

General Pacman config

It makes sense to set the parallel downloads to two and disable the download timeout, to avoid unnecessary aborts if ipfs needs initially a bit more time to find the right peers in the network (especially on high latency internet connections).

Add the following lines to your pacman config (misc config section):

DisableDownloadTimeout
ParallelDownloads = 2

Repositories

Archlinux

Install the Archlinux-IPFS-Mirrorlist file into /etc/pacman.d/:

$ wget https://raw.githubusercontent.com/RubenKelevra/pacman.store/master/mirrorlists/mirrorlist.ipfs
$ sudo chown root: mirrorlist.ipfs
$ sudo mv mirrorlist.ipfs /etc/pacman.d/

Now add an include line (as first entry) for all regular archlinux repositories. They should look like this:

[core]
Include = /etc/pacman.d/mirrorlist.ipfs
Include = /etc/pacman.d/mirrorlist

Chaotic-AUR

Install the Chaotic-AUR-IPFS-Mirrorlist file into /etc/pacman.d/:

$ wget https://raw.githubusercontent.com/RubenKelevra/pacman.store/master/mirrorlists/chaotic-mirrorlist.ipfs
$ sudo chown root: chaotic-mirrorlist.ipfs
$ sudo mv chaotic-mirrorlist.ipfs /etc/pacman.d/

Now add an include line (as first entry) for the Chaotic-Aur repository. It should look like this:

[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist.ipfs
Include = /etc/pacman.d/chaotic-mirrorlist

ALHP

Install the ALHP-IPFS-Mirrorlist file into /etc/pacman.d/:

$ wget https://raw.githubusercontent.com/RubenKelevra/pacman.store/master/mirrorlists/alhp-mirrorlist.ipfs
$ sudo chown root: alhp-mirrorlist.ipfs
$ sudo mv alhp-mirrorlist.ipfs /etc/pacman.d/

Now add an include line (as first entry) for all AHLP repositories. They should look like this:

[core-x86-64-v3]
Include = /etc/pacman.d/alhp-mirrorlist.ipfs
Include = /etc/pacman.d/alhp-mirrorlist

EndeavourOS

First execute the ArchLinux installation instructions above.

After that install the Endeavouros-IPFS-Mirrorlist file into /etc/pacman.d/:

$ wget https://github.com/RubenKelevra/pacman.store/blob/master/mirrorlists/endeavouros-mirrorlist.ipfs
$ sudo chown root: endeavouros-mirrorlist.ipfs
$ sudo mv endeavouros-mirrorlist.ipfs /etc/pacman.d/

Now add an include line (as first entry) for the EndeavourOS repository. It should look like this:

[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist.ipfs
Include = /etc/pacman.d/endeavouros-mirrorlist

Manjaro

Follow the ArchLinux installation instructions, but use the Manjaro-IPFS-Mirrorlist with URL https://github.com/RubenKelevra/pacman.store/blob/master/mirrorlists/manjaro-mirrorlist.ipfs.

Manjaro (ARM)

Follow the ArchLinux installation instructions, but use the Manjaro-ARM-IPFS-Mirrorlist with URL https://github.com/RubenKelevra/pacman.store/blob/master/mirrorlists/manjaro-arm-mirrorlist.ipfs.

Cluster members

Member ID Server Location Internet-Provider AS Provider
12D3KooWDM4BGmkaxhLtEFbQJekdBHtWHo3ELUL4HE9f4DdNbGZx odin.pacman.store Nuremberg, Germany netcup AS197540 @RubenKelevra
123... Guthrie, Oklahoma Cox Communications Inc AS22773 @teknomunk
12D3KooWGCSifNrJPZPfEdhAjRtxCW2dukiqQEqg4RAV6hE2jgbA vidar.pacman.store Vilnius, Lithuania UAB Interneto vizija AS20080814 @RubenKelevra
123... ~ Tokyo, Japan AS7506 anonymous
12D3KooWBqQrnTqx9Wp89p2bD1hrwmXYJQ5x1fDfigRCfZJGKQfr luflosi.de Saarland, Germany VSE NET GmbH AS9063 @Luflosi

Import Server uptime (last month)

Service Status
IPv6
IPv4
IPFS-Port
IPFS-Cluster-Port

Join the Cluster

If you want to join and contribute bandwidth and disk space, feel free to do so. The repo size is about 430 GB. Since the data is rotating quite quickly it's recommended to enable the Garbage Collector with --enable-gc for your IPFS-Daemon.

The default storage size for IPFS needs to be altered in the config file.

If you're running your cluster follower on a computer with a static IP or a static domain name: Feel free to add it to the list of peer_addresses in the JSON config files, found in collab-cluster-config. Then send a pull request.

Details on how to join the cluster are available on the collab cluster website.

tl;dr: You need a locally running IPFS node. Your IPFS StorageMax setting may need to be adjusted. You need ipfs-cluster-follow, then run:

ipfs-cluster-follow pkg.pacman.store run --init cluster.pkg.pacman.store

On low power machines use the following command:

ipfs-cluster-follow pkg.pacman.store run --init lowpower.cluster.pkg.pacman.store

FAQ

If you have any questions, feel free to ask in the IPFS-chat on matrix, after consulting the FAQ

Get an ISO/bootstrap image from IPFS

ISO and bootstrap files are also stored on the cluster:

ArchLinux ISO/bootstrap images


IPFS-URL Content
/ipns/cluster.pkg.pacman.store cluster setup domain which holds the config file
/ipns/x86-64.archlinux.pkg.pacman.store/ regular archlinux mirror
(without '/os/x86_64/' subfolders in path)
/ipns/x86-64.archlinux.pkg.pacman.store/iso/ current ArchLinux ISO+bootstrap images
/ipns/endeavouros.pkg.pacman.store/ regular Endeavouros mirror
/ipns/manjaro.pkg.pacman.store/ regular Manjaro mirror
(without staging/unstable/testing)
/ipns/chaotic-aur.pkg.pacman.store/ a full chaotic-aur mirror
/ipns/alhp.archlinux.pkg.pacman.store/ a mirror of x86_64v2/v3 packages build with -O3 and LTO
Open Source Agenda is not affiliated with "Pacman.store" Project. README Source: RubenKelevra/pacman.store
Stars
107
Open Issues
10
Last Commit
10 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating