From d7be82a1d937c529187b47a6462b84beda8161f9 Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Mon, 8 Apr 2024 18:46:18 +1000
Subject: [PATCH] Ported Blocky to ARM64
Also added Alpine templates to unsupported
---
README.md | 2 ++
ct/blocky.sh | 2 +-
install/blocky-install.sh | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1dcfa8e78..85798b036 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Any applications not in ported or unsupported need to be tested for whether they
Audiobookshelf
Autobrr
Bazarr
+ Blocky
Docker
Jellyseerr
Mafl
@@ -53,6 +54,7 @@ Any applications not in ported or unsupported need to be tested for whether they
Unsupported applications
Proxmox Backup Server - Needs custom image
+ All alpine templates - hardcoded Ubuntu base image due to Debian issues
diff --git a/ct/blocky.sh b/ct/blocky.sh
index a9c74c4d2..ef9d69318 100644
--- a/ct/blocky.sh
+++ b/ct/blocky.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/install/blocky-install.sh b/install/blocky-install.sh
index 865230555..bbb829e24 100644
--- a/install/blocky-install.sh
+++ b/install/blocky-install.sh
@@ -25,7 +25,7 @@ if systemctl is-active systemd-resolved > /dev/null 2>&1; then
fi
mkdir /opt/blocky
RELEASE=$(curl -s https://api.github.com/repos/0xERR0R/blocky/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
-wget -qO- https://github.com/0xERR0R/blocky/releases/download/v${RELEASE}/blocky_v${RELEASE}_Linux_x86_64.tar.gz | tar -xzf - -C /opt/blocky/
+wget -qO- https://github.com/0xERR0R/blocky/releases/download/v${RELEASE}/blocky_v${RELEASE}_Linux_arm64.tar.gz | tar -xzf - -C /opt/blocky/
cat </opt/blocky/config.yml
upstream: