forked from forkanization/Proxmox-arm64
Port Matterbridge, MeTube, to ARM64
This commit is contained in:
@@ -114,9 +114,11 @@ If you would like to offer support, I would appreciate a star on the repository,
|
|||||||
| Mafl | ☑️ | |
|
| Mafl | ☑️ | |
|
||||||
| MagicMirror Server | ☑️ | |
|
| MagicMirror Server | ☑️ | |
|
||||||
| Mariadb | ☑️ | |
|
| Mariadb | ☑️ | |
|
||||||
|
| Matterbridge | ⭕ | |
|
||||||
| MediaMTX | ☑️ | |
|
| MediaMTX | ☑️ | |
|
||||||
| Medusa | ☑️ | |
|
| Medusa | ☑️ | |
|
||||||
| MeshCentral | ☑️ | |
|
| MeshCentral | ☑️ | |
|
||||||
|
| MeTube | ☑️ | |
|
||||||
| MongoDB | ☑️ | Only supports ARMv8.2-a currently. (no RPI4 support). |
|
| MongoDB | ☑️ | Only supports ARMv8.2-a currently. (no RPI4 support). |
|
||||||
| MotionEye NVR | ☑️ | |
|
| MotionEye NVR | ☑️ | |
|
||||||
| MQTT | ☑️ | |
|
| MQTT | ☑️ | |
|
||||||
|
|||||||
+1
-1
@@ -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: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
|||||||
+1
-1
@@ -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: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ $STD apt-get install -y --no-install-recommends \
|
|||||||
make \
|
make \
|
||||||
gnupg \
|
gnupg \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
mc
|
mc \
|
||||||
|
wget
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Node.js Repository"
|
msg_info "Setting up Node.js Repository"
|
||||||
|
|||||||
@@ -30,7 +30,8 @@ $STD apt-get install -y --no-install-recommends \
|
|||||||
make \
|
make \
|
||||||
gnupg \
|
gnupg \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
mc
|
mc \
|
||||||
|
wget
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Python3"
|
msg_info "Installing Python3"
|
||||||
@@ -39,6 +40,7 @@ $STD apt-get install -y \
|
|||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-venv
|
python3-venv
|
||||||
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
msg_ok "Installed Python3"
|
msg_ok "Installed Python3"
|
||||||
|
|
||||||
msg_info "Setting up Node.js Repository"
|
msg_info "Setting up Node.js Repository"
|
||||||
|
|||||||
@@ -291,6 +291,10 @@
|
|||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
|
"Matterbridge LXC": {
|
||||||
|
"status": "untested",
|
||||||
|
"notes": ""
|
||||||
|
},
|
||||||
"MediaMTX LXC": {
|
"MediaMTX LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
@@ -303,6 +307,10 @@
|
|||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
|
"MeTube LXC": {
|
||||||
|
"status": "created",
|
||||||
|
"notes": ""
|
||||||
|
},
|
||||||
"MongoDB LXC": {
|
"MongoDB LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": "Only supports ARMv8.2-a currently. (no RPI4 support)."
|
"notes": "Only supports ARMv8.2-a currently. (no RPI4 support)."
|
||||||
|
|||||||
Reference in New Issue
Block a user