forked from forkanization/Proxmox-arm64
Update Kubo status
This commit is contained in:
@@ -122,6 +122,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
|||||||
| k0s | ☑️ | |
|
| k0s | ☑️ | |
|
||||||
| Kavita | ☑️ | |
|
| Kavita | ☑️ | |
|
||||||
| Keycloak | ☑️ | |
|
| Keycloak | ☑️ | |
|
||||||
|
| Kubo | ☑️ | |
|
||||||
| LazyLibrarian | ☑️ | |
|
| LazyLibrarian | ☑️ | |
|
||||||
| Lidarr | ☑️ | |
|
| Lidarr | ☑️ | |
|
||||||
| Linkwarden | ☑️ | |
|
| Linkwarden | ☑️ | |
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ $STD apt-get install -y wget
|
|||||||
$STD apt-get install -y openssh-server
|
$STD apt-get install -y openssh-server
|
||||||
msg_ok "Installed Dependencies"
|
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)
|
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"
|
$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
|
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"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "POST"]'
|
||||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
||||||
$STD rm "kubo_${RELEASE}_linux-arm64.tar.gz"
|
$STD rm "kubo_${RELEASE}_linux-arm64.tar.gz"
|
||||||
msg_ok "Installed IPFS"
|
msg_ok "Installed Kubo"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
cat <<EOF >/etc/systemd/system/ipfs.service
|
cat <<EOF >/etc/systemd/system/ipfs.service
|
||||||
|
|||||||
@@ -303,6 +303,10 @@
|
|||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
|
"Kubo LXC": {
|
||||||
|
"status": "created",
|
||||||
|
"notes": ""
|
||||||
|
},
|
||||||
"LazyLibrarian LXC": {
|
"LazyLibrarian LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user