Git IPFS Remote Bridge, the set of scripts allowing publishing of any Git repository over IPFS and IPNS keys via HTTP Kubo API, received update, and Debian package published on Ubuntu Launchpad! Please add the repository into your APT sources.list
file like this:
deb https://ppa.launchpadcontent.net/twdragon/ipfs/ubuntu YOUR_UBUNTU_VERSION_HERE main
deb-src https://ppa.launchpadcontent.net/twdragon/ipfs/ubuntu YOUR_UBUNTU_VERSION_HERE main
Versioned builds are available for jammy
, noble
, focal
and bionic
. The Launchpad repository is available here: https://launchpad.net/~twdragon/+archive/ubuntu/ipfs
Installation from CLI
The package may be installed using following script:
sudo su
echo 'deb https://ppa.launchpadcontent.net/twdragon/ipfs/ubuntu <DISTRO> main' >> /etc/apt/sources.list.d/ipfs
echo 'deb-src https://ppa.launchpadcontent.net/twdragon/ipfs/ubuntu <DISTRO> main' >> /etc/apt/sources.list.d/ipfs
apt update
apt install git-ipfs-remote-bridge
exit
replacing DISTRO with your Ubuntu distribution codename (jammy
, noble
, focal
, and bionic
are supported).