Go to file
Jeffrey Paul 7c8cd402bc
readme update
2018-10-01 20:44:38 -07:00
Dockerfile remove package 2018-10-01 18:39:32 -07:00
README.md readme update 2018-10-01 20:44:38 -07:00
ipfsd.run init ipfs dir, limit to 4000GB datastore 2018-10-01 16:47:38 -07:00
sync.run fixes 2018-10-01 18:34:41 -07:00

README.md

ipfs-ubuntu-mirror

based on sync_mirror.sh from JáquerEspeis

docker run -d sneak/ipfs-ubuntu-mirror

or

(image uses /var/lib/ubuntumirror and /var/lib/ipfs)

docker run \
    -v /host/dir/path/to/mirror:/var/lib/ubuntumirror \
    -v /host/dir/path/to/ipfsrepo:/var/lib/ipfs \
    -d sneak/ipfs-ubuntu-mirror

requires

requires apt-transport-ipfs to use:

https://github.com/JaquerEspeis/apt-transport-ipfs

see also

best-effort usually-up non-ha ipns pointer to ubuntu mirror:

ipfs:/ipns/Qme4tKNduvAgQKN6nKjyH7KjyMdJwyPHfeVMp2EUS6b3J1

viz:

NS=Qme4tKNduvAgQKN6nKjyH7KjyMdJwyPHfeVMp2EUS6b3J1
echo "deb ipfs:/ipns/$NS $(lsb_release -cs) main restricted universe multiverse" > /etc/apt/sources.list

(presently only supports xenial and bionic amd64)

maintainer

Jeffrey Paul sneak@sneak.berlin 5539AD00DE4C42F3AFE11575052443F4DF2A55C2