forked from forkanization/Proxmox-arm64
Port caddy, umami to ARM64
This commit is contained in:
@@ -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 | ☑️ | |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user