Ported InfluxDB, ioBroker to ARM64

This commit is contained in:
Sam Heinz
2024-04-10 08:00:56 +10:00
parent eecb888e6a
commit 414901cf57
5 changed files with 7 additions and 3 deletions
+2
View File
@@ -80,6 +80,8 @@ Any applications not in ported or unsupported need to be tested for whether they
<li>⭕ Homer</li> <li>⭕ Homer</li>
<li>⭕ Hyperhdr</li> <li>⭕ Hyperhdr</li>
<li>⭕ Hyperion</li> <li>⭕ Hyperion</li>
<li>⭕ InfluxDB</li>
<li>⭕ ioBroker</li>
<li>⭕ Jellyseerr</li> <li>⭕ Jellyseerr</li>
<li>⭕ Mafl</li> <li>⭕ Mafl</li>
<li>⭕ Nginx Proxy Manager</li> <li>⭕ Nginx Proxy Manager</li>
+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
+2 -1
View File
@@ -20,6 +20,7 @@ $STD apt-get install -y mc
$STD apt-get install -y lsb-base $STD apt-get install -y lsb-base
$STD apt-get install -y lsb-release $STD apt-get install -y lsb-release
$STD apt-get install -y gnupg2 $STD apt-get install -y gnupg2
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up InfluxDB Repository" msg_info "Setting up InfluxDB Repository"
@@ -41,7 +42,7 @@ if [[ $INFLUX == "2" ]]; then
$STD apt-get install -y influxdb2 $STD apt-get install -y influxdb2
else else
$STD apt-get install -y influxdb $STD apt-get install -y influxdb
wget -q https://dl.influxdata.com/chronograf/releases/chronograf_1.10.1_amd64.deb wget -q https://dl.influxdata.com/chronograf/releases/chronograf_1.10.1_arm64.deb
$STD dpkg -i chronograf_1.10.1_amd64.deb $STD dpkg -i chronograf_1.10.1_amd64.deb
fi fi
$STD systemctl enable --now influxdb $STD systemctl enable --now influxdb
+1
View File
@@ -19,6 +19,7 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc $STD apt-get install -y mc
$STD apt-get install -y ca-certificates $STD apt-get install -y ca-certificates
$STD apt-get install -y gnupg $STD apt-get install -y gnupg
$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"