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
+3 -1
View File
@@ -72,6 +72,7 @@ If you would like to offer support, I would appreciate a star on the repository,
| Autobrr | ☑️ | | | Autobrr | ☑️ | |
| Bazarr | ☑️ | | | Bazarr | ☑️ | |
| Blocky | ☑️ | | | Blocky | ☑️ | |
| Caddy | ⭕ | |
| Calibre-Web | ☑️ | | | Calibre-Web | ☑️ | |
| CasaOS | ☑️ | | | CasaOS | ☑️ | |
| ChangeDetection | ☑️ | | | ChangeDetection | ☑️ | |
@@ -101,7 +102,7 @@ If you would like to offer support, I would appreciate a star on the repository,
| Heimdall | ☑️ | | | Heimdall | ☑️ | |
| HiveMQ | ☑️ | | | HiveMQ | ☑️ | |
| Homarr | ☑️ | | | 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 | ☑️ | | | HomeAssistant | ☑️ | |
| Homebridge | ☑️ | | | Homebridge | ☑️ | |
| Homepage | ☑️ | | | Homepage | ☑️ | |
@@ -180,6 +181,7 @@ If you would like to offer support, I would appreciate a star on the repository,
| Traccar | ☑️ | | | Traccar | ☑️ | |
| Transmission | ☑️ | | | Transmission | ☑️ | |
| Trilium | ❌ | Built for x64 only. | | Trilium | ❌ | Built for x64 only. |
| Umami | ⭕ | |
| Ubuntu | ☑️ | | | Ubuntu | ☑️ | |
| Umbrel | ☑️ | | | Umbrel | ☑️ | |
| Unifi | ☑️ | | | Unifi | ☑️ | |
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -14,7 +14,7 @@ network_check
update_os update_os
msg_info "Installing Dependencies" 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_ok "Installed Dependencies"
msg_info "Installing Caddy" msg_info "Installing Caddy"
+1
View File
@@ -20,6 +20,7 @@ $STD apt-get install -y mc
$STD apt-get install -y git $STD apt-get install -y git
$STD apt-get install -y gpg $STD apt-get install -y gpg
$STD apt-get install -y postgresql $STD apt-get install -y postgresql
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository" msg_info "Setting up Node.js Repository"