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