From f566ce60a08407b25de54f68b540afc984b1de8a Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:33:20 +1000 Subject: [PATCH] Update Kubo status --- README.md | 1 + install/kubo-install.sh | 4 ++-- status.json | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e86a5ef3e..bcff91b35 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ If you would like to offer support, I would appreciate a star on the repository, | k0s | ☑️ | | | Kavita | ☑️ | | | Keycloak | ☑️ | | +| Kubo | ☑️ | | | LazyLibrarian | ☑️ | | | Lidarr | ☑️ | | | Linkwarden | ☑️ | | diff --git a/install/kubo-install.sh b/install/kubo-install.sh index 5e44e7c69..657a135f6 100644 --- a/install/kubo-install.sh +++ b/install/kubo-install.sh @@ -22,7 +22,7 @@ $STD apt-get install -y wget $STD apt-get install -y openssh-server msg_ok "Installed Dependencies" -msg_info "Installing IPFS" +msg_info "Installing Kubo" RELEASE=$(wget -q https://github.com/ipfs/kubo/releases/latest -O - | grep "title>Release" | cut -d " " -f 4) $STD wget -q "https://github.com/ipfs/kubo/releases/download/${RELEASE}/kubo_${RELEASE}_linux-arm64.tar.gz" tar -xzf "kubo_${RELEASE}_linux-arm64.tar.gz" -C /usr/local @@ -35,7 +35,7 @@ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"http://${LXCI ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "POST"]' echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" $STD rm "kubo_${RELEASE}_linux-arm64.tar.gz" -msg_ok "Installed IPFS" +msg_ok "Installed Kubo" msg_info "Creating Service" cat </etc/systemd/system/ipfs.service diff --git a/status.json b/status.json index c41b3f817..774672270 100644 --- a/status.json +++ b/status.json @@ -303,6 +303,10 @@ "status": "created", "notes": "" }, + "Kubo LXC": { + "status": "created", + "notes": "" + }, "LazyLibrarian LXC": { "status": "created", "notes": ""