Port caddy, umami to ARM64

This commit is contained in:
Sam Heinz
2024-05-14 09:43:17 +10:00
parent 7e0119f87c
commit dd466ab22c
5 changed files with 7 additions and 4 deletions

View File

@@ -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 | ☑️ | |

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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"