forked from forkanization/Proxmox-arm64
port myspeed to arm64
This commit is contained in:
@@ -92,7 +92,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
|||||||
| Heimdall Dashboard | ☑️ | |
|
| Heimdall Dashboard | ☑️ | |
|
||||||
| HiveMQ CE | ☑️ | |
|
| HiveMQ CE | ☑️ | |
|
||||||
| Homarr | ☑️ | |
|
| Homarr | ☑️ | |
|
||||||
| Home Assistant Core | ❌ | pve-container needs to be updated. |
|
| Home Assistant Core | ☑️ | |
|
||||||
| Home Assistant Container | ☑️ | |
|
| Home Assistant Container | ☑️ | |
|
||||||
| Homebridge | ☑️ | |
|
| Homebridge | ☑️ | |
|
||||||
| Homepage | ☑️ | |
|
| Homepage | ☑️ | |
|
||||||
@@ -123,6 +123,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
|||||||
| MotionEye NVR | ☑️ | |
|
| MotionEye NVR | ☑️ | |
|
||||||
| MQTT | ☑️ | |
|
| MQTT | ☑️ | |
|
||||||
| n8n | ☑️ | |
|
| n8n | ☑️ | |
|
||||||
|
| MySpeed | ⭕ | |
|
||||||
| Navidrome | ☑️ | |
|
| Navidrome | ☑️ | |
|
||||||
| NextCloudPi | ☑️ | |
|
| NextCloudPi | ☑️ | |
|
||||||
| Nginx Proxy Manager | ☑️ | |
|
| Nginx Proxy Manager | ☑️ | |
|
||||||
@@ -141,7 +142,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
|||||||
| PairDrop | ☑️ | |
|
| PairDrop | ☑️ | |
|
||||||
| Paperless-ngx | ☑️ | |
|
| Paperless-ngx | ☑️ | |
|
||||||
| PBS | ☑️ | Proxmox Backup Server |
|
| PBS | ☑️ | Proxmox Backup Server |
|
||||||
| PeaNUT | ⭕ | |
|
| PeaNUT | ❌ | Working on fixing. |
|
||||||
| Petio | ☑️ | Only supports ARMv8.2-a currently. (no RPI4 support). |
|
| Petio | ☑️ | Only supports ARMv8.2-a currently. (no RPI4 support). |
|
||||||
| PhotoPrism | ☑️ | |
|
| PhotoPrism | ☑️ | |
|
||||||
| Pi.Alert | ☑️ | |
|
| Pi.Alert | ☑️ | |
|
||||||
@@ -168,7 +169,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
|||||||
| Shinobi NVR | ☑️ | |
|
| Shinobi NVR | ☑️ | |
|
||||||
| SmokePing | ☑️ | |
|
| SmokePing | ☑️ | |
|
||||||
| Sonarr | ☑️ | |
|
| Sonarr | ☑️ | |
|
||||||
| SpoolMan | ⭕ | |
|
| SpoolMan | ☑️ | |
|
||||||
| Stirling-PDF | ☑️ | |
|
| Stirling-PDF | ☑️ | |
|
||||||
| Syncthing | ☑️ | |
|
| Syncthing | ☑️ | |
|
||||||
| Tandoor Recipes | ☑️ | |
|
| Tandoor Recipes | ☑️ | |
|
||||||
|
|||||||
+1
-2
@@ -1,8 +1,7 @@
|
|||||||
#!/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)
|
||||||
# Co-Author: MickLesk (Canbiz)
|
|
||||||
# License: MIT
|
# License: MIT
|
||||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# Co-Author: MickLesk (Canbiz)
|
|
||||||
# License: MIT
|
# License: MIT
|
||||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
||||||
# Source: https://github.com/gnmyt/myspeed
|
# Source: https://github.com/gnmyt/myspeed
|
||||||
@@ -22,7 +21,8 @@ $STD apt-get install -y \
|
|||||||
make \
|
make \
|
||||||
gpg \
|
gpg \
|
||||||
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"
|
||||||
|
|||||||
+7
-3
@@ -204,8 +204,8 @@
|
|||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
"Home Assistant Core LXC": {
|
"Home Assistant Core LXC": {
|
||||||
"status": "unsupported",
|
"status": "created",
|
||||||
"notes": "pve-container needs to be updated."
|
"notes": ""
|
||||||
},
|
},
|
||||||
"Home Assistant Container LXC": {
|
"Home Assistant Container LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
@@ -323,6 +323,10 @@
|
|||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
|
"MySpeed LXC": {
|
||||||
|
"status": "untested",
|
||||||
|
"notes": ""
|
||||||
|
},
|
||||||
"n8n LXC": {
|
"n8n LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
@@ -400,7 +404,7 @@
|
|||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
"PeaNUT LXC": {
|
"PeaNUT LXC": {
|
||||||
"status": "untested",
|
"status": "unsupported",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
"Petio LXC": {
|
"Petio LXC": {
|
||||||
|
|||||||
Reference in New Issue
Block a user