From dd466ab22cecbf091a81bd2f73135f4c997fa453 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 14 May 2024 09:43:17 +1000 Subject: [PATCH] Port caddy, umami to ARM64 --- README.md | 4 +++- ct/caddy.sh | 2 +- ct/umami.sh | 2 +- install/caddy-install.sh | 2 +- install/umami-install.sh | 1 + 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2127b0c21..72ceef75c 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ If you would like to offer support, I would appreciate a star on the repository, | Autobrr | ☑️ | | | Bazarr | ☑️ | | | Blocky | ☑️ | | +| Caddy | ⭕ | | | Calibre-Web | ☑️ | | | CasaOS | ☑️ | | | ChangeDetection | ☑️ | | @@ -101,7 +102,7 @@ If you would like to offer support, I would appreciate a star on the repository, | Heimdall | ☑️ | | | HiveMQ | ☑️ | | | Homarr | ☑️ | | -| HomeAssistant Core | ☑️ | Got stuck at the Cleaning Up stage for me, but the webui still loaded. | +| HomeAssistant Core | ☑️ | Havent tested with 24.04 | | HomeAssistant | ☑️ | | | Homebridge | ☑️ | | | Homepage | ☑️ | | @@ -180,6 +181,7 @@ If you would like to offer support, I would appreciate a star on the repository, | Traccar | ☑️ | | | Transmission | ☑️ | | | Trilium | ❌ | Built for x64 only. | +| Umami | ⭕ | | | Ubuntu | ☑️ | | | Umbrel | ☑️ | | | Unifi | ☑️ | | diff --git a/ct/caddy.sh b/ct/caddy.sh index 6df98d399..f4e8d0410 100644 --- a/ct/caddy.sh +++ b/ct/caddy.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/ct/umami.sh b/ct/umami.sh index 9f94d0b92..6741a47ed 100644 --- a/ct/umami.sh +++ b/ct/umami.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/caddy-install.sh b/install/caddy-install.sh index 88fb8b1a0..781f41eac 100644 --- a/install/caddy-install.sh +++ b/install/caddy-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y {debian-keyring,debian-archive-keyring,apt-transport-https,gpg,curl,sudo,mc} +$STD apt-get install -y {debian-keyring,debian-archive-keyring,apt-transport-https,gpg,curl,sudo,mc,wget} msg_ok "Installed Dependencies" msg_info "Installing Caddy" diff --git a/install/umami-install.sh b/install/umami-install.sh index 1ac1c1ca1..b3b59c6ea 100644 --- a/install/umami-install.sh +++ b/install/umami-install.sh @@ -20,6 +20,7 @@ $STD apt-get install -y mc $STD apt-get install -y git $STD apt-get install -y gpg $STD apt-get install -y postgresql +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"