forked from forkanization/Proxmox-arm64
Port Zabbix to ARM64
This commit is contained in:
@@ -34,14 +34,14 @@ If you would like to offer support, I would appreciate a star on the repository,
|
||||
## Container Compatibility Guide
|
||||
|
||||
| Icon | Description |
|
||||
| ---- | ------------------------------------------------------------------------------------- |
|
||||
| ---- | -------------------------------------------------- |
|
||||
| ☑️ | Creating the LXC using the script has been tested. |
|
||||
| ⭕ | Install script is ported, but has not been tested. |
|
||||
| ❌ | Unsupported. View notes for reason. |
|
||||
| 🔘 | Install script not ported to ARM64. |
|
||||
|
||||
| App | Status | Notes |
|
||||
| ------------------------------- | ------ | ------------------------------------------------------------------------------------------------------- |
|
||||
| ------------------------------- | ------ | -------------------------------------------------------------------------------------------------------- |
|
||||
| Actual Budget | ☑️ | |
|
||||
| AdGuard Home | ☑️ | |
|
||||
| AgentDVR | ☑️ | |
|
||||
@@ -53,7 +53,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
||||
| Alpine Vaultwarden | ☑️ | |
|
||||
| Alpine Zigbee2mqtt | ☑️ | |
|
||||
| Apache-CouchDB | ☑️ | |
|
||||
| Apt-Cacher-NG | ☑️ | Won't work with Debian template from before 2024/06/08 (need to delete tar /var/lib/vz/template/cache/).|
|
||||
| Apt-Cacher-NG | ☑️ | Won't work with Debian template from before 2024/06/08 (need to delete tar /var/lib/vz/template/cache/). |
|
||||
| Aria2 | ☑️ | |
|
||||
| Audiobookshelf | ☑️ | |
|
||||
| Autobrr | ☑️ | |
|
||||
@@ -191,6 +191,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
||||
| Wiki.js | ☑️ | |
|
||||
| WireGuard | ☑️ | |
|
||||
| YunoHost | ☑️ | |
|
||||
| Zabbix | ☑️ | |
|
||||
| Zigbee2MQTT | ☑️ | |
|
||||
| Zoraxy | ☑️ | |
|
||||
| Z-Wave JS UI | ☑️ | |
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y wget
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Zabbix"
|
||||
|
||||
@@ -599,6 +599,10 @@
|
||||
"status": "created",
|
||||
"notes": ""
|
||||
},
|
||||
"Zabbix LXC": {
|
||||
"status": "created",
|
||||
"notes": ""
|
||||
},
|
||||
"Zigbee2MQTT LXC": {
|
||||
"status": "created",
|
||||
"notes": ""
|
||||
|
||||
Reference in New Issue
Block a user