diff --git a/README.md b/README.md index 979d2bb03..d95163541 100644 --- a/README.md +++ b/README.md @@ -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 | ☑️ | | diff --git a/ct/myspeed.sh b/ct/myspeed.sh index 23c988784..eaf8d3b6a 100644 --- a/ct/myspeed.sh +++ b/ct/myspeed.sh @@ -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 diff --git a/install/myspeed-install.sh b/install/myspeed-install.sh index 45ef62a6c..49f9c64fc 100644 --- a/install/myspeed-install.sh +++ b/install/myspeed-install.sh @@ -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" diff --git a/status.json b/status.json index 707cff6ae..a67600c9d 100644 --- a/status.json +++ b/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": {