forked from forkanization/Proxmox-arm64
Ported Blocky to ARM64
Also added Alpine templates to unsupported
This commit is contained in:
@@ -36,6 +36,7 @@ Any applications not in ported or unsupported need to be tested for whether they
|
|||||||
<li>Audiobookshelf</li>
|
<li>Audiobookshelf</li>
|
||||||
<li>Autobrr</li>
|
<li>Autobrr</li>
|
||||||
<li>Bazarr</li>
|
<li>Bazarr</li>
|
||||||
|
<li>Blocky</li>
|
||||||
<li>Docker</li>
|
<li>Docker</li>
|
||||||
<li>Jellyseerr</li>
|
<li>Jellyseerr</li>
|
||||||
<li>Mafl</li>
|
<li>Mafl</li>
|
||||||
@@ -53,6 +54,7 @@ Any applications not in ported or unsupported need to be tested for whether they
|
|||||||
<details>
|
<details>
|
||||||
<summary>Unsupported applications</summary>
|
<summary>Unsupported applications</summary>
|
||||||
<li>Proxmox Backup Server - Needs custom image</li>
|
<li>Proxmox Backup Server - Needs custom image</li>
|
||||||
|
<li>All alpine templates - hardcoded Ubuntu base image due to Debian issues</li>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ if systemctl is-active systemd-resolved > /dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
mkdir /opt/blocky
|
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) }')
|
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 <<EOF >/opt/blocky/config.yml
|
cat <<EOF >/opt/blocky/config.yml
|
||||||
upstream:
|
upstream:
|
||||||
|
|||||||
Reference in New Issue
Block a user