Port Zabbix to ARM64

This commit is contained in:
Sam Heinz
2024-06-12 08:56:54 +10:00
parent 12ba4bc318
commit 78da839bbb
4 changed files with 167 additions and 161 deletions
+3 -2
View File
@@ -34,14 +34,14 @@ If you would like to offer support, I would appreciate a star on the repository,
## Container Compatibility Guide ## Container Compatibility Guide
| Icon | Description | | Icon | Description |
| ---- | ------------------------------------------------------------------------------------- | | ---- | -------------------------------------------------- |
| ☑️ | Creating the LXC using the script has been tested. | | ☑️ | Creating the LXC using the script has been tested. |
| ⭕ | Install script is ported, but has not been tested. | | ⭕ | Install script is ported, but has not been tested. |
| ❌ | Unsupported. View notes for reason. | | ❌ | Unsupported. View notes for reason. |
| 🔘 | Install script not ported to ARM64. | | 🔘 | Install script not ported to ARM64. |
| App | Status | Notes | | App | Status | Notes |
| ------------------------------- | ------ | ------------------------------------------------------------------------------------------------------- | | ------------------------------- | ------ | -------------------------------------------------------------------------------------------------------- |
| Actual Budget | ☑️ | | | Actual Budget | ☑️ | |
| AdGuard Home | ☑️ | | | AdGuard Home | ☑️ | |
| AgentDVR | ☑️ | | | AgentDVR | ☑️ | |
@@ -191,6 +191,7 @@ If you would like to offer support, I would appreciate a star on the repository,
| Wiki.js | ☑️ | | | Wiki.js | ☑️ | |
| WireGuard | ☑️ | | | WireGuard | ☑️ | |
| YunoHost | ☑️ | | | YunoHost | ☑️ | |
| Zabbix | ☑️ | |
| Zigbee2MQTT | ☑️ | | | Zigbee2MQTT | ☑️ | |
| Zoraxy | ☑️ | | | Zoraxy | ☑️ | |
| Z-Wave JS UI | ☑️ | | | Z-Wave JS UI | ☑️ | |
+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
View File
@@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc $STD apt-get install -y mc
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Zabbix" msg_info "Installing Zabbix"
+4
View File
@@ -599,6 +599,10 @@
"status": "created", "status": "created",
"notes": "" "notes": ""
}, },
"Zabbix LXC": {
"status": "created",
"notes": ""
},
"Zigbee2MQTT LXC": { "Zigbee2MQTT LXC": {
"status": "created", "status": "created",
"notes": "" "notes": ""