Compare commits

..

1 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
7d8568b0e5 Omada: Bump libssl 2026-03-09 15:50:38 +01:00
8 changed files with 20 additions and 64 deletions

View File

@@ -420,8 +420,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details> </details>
## 2026-03-10
## 2026-03-09 ## 2026-03-09
### 🚀 Updated Scripts ### 🚀 Updated Scripts
@@ -430,9 +428,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- #### 🐞 Bug Fixes - #### 🐞 Bug Fixes
- [Hotfix] qBittorrent: Disable UPnP port forwarding by default [@vhsdream](https://github.com/vhsdream) ([#12728](https://github.com/community-scripts/ProxmoxVE/pull/12728))
- [Quickfix] Opencloud: ensure correct case for binary [@vhsdream](https://github.com/vhsdream) ([#12729](https://github.com/community-scripts/ProxmoxVE/pull/12729))
- Omada: Bump libssl [@MickLesk](https://github.com/MickLesk) ([#12724](https://github.com/community-scripts/ProxmoxVE/pull/12724))
- openwebui: Ensure required dependencies [@MickLesk](https://github.com/MickLesk) ([#12717](https://github.com/community-scripts/ProxmoxVE/pull/12717)) - openwebui: Ensure required dependencies [@MickLesk](https://github.com/MickLesk) ([#12717](https://github.com/community-scripts/ProxmoxVE/pull/12717))
- Frigate: try an OpenVino model build fallback [@MickLesk](https://github.com/MickLesk) ([#12704](https://github.com/community-scripts/ProxmoxVE/pull/12704)) - Frigate: try an OpenVino model build fallback [@MickLesk](https://github.com/MickLesk) ([#12704](https://github.com/community-scripts/ProxmoxVE/pull/12704))
- Change cronjob setup to use www-data user [@opastorello](https://github.com/opastorello) ([#12695](https://github.com/community-scripts/ProxmoxVE/pull/12695)) - Change cronjob setup to use www-data user [@opastorello](https://github.com/opastorello) ([#12695](https://github.com/community-scripts/ProxmoxVE/pull/12695))
@@ -453,12 +448,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- tools: add Alpine (apk) support to ensure_dependencies and is_package_installed [@MickLesk](https://github.com/MickLesk) ([#12703](https://github.com/community-scripts/ProxmoxVE/pull/12703)) - tools: add Alpine (apk) support to ensure_dependencies and is_package_installed [@MickLesk](https://github.com/MickLesk) ([#12703](https://github.com/community-scripts/ProxmoxVE/pull/12703))
- tools.func: extend hwaccel with ROCm [@MickLesk](https://github.com/MickLesk) ([#12707](https://github.com/community-scripts/ProxmoxVE/pull/12707)) - tools.func: extend hwaccel with ROCm [@MickLesk](https://github.com/MickLesk) ([#12707](https://github.com/community-scripts/ProxmoxVE/pull/12707))
### 🌐 Website
- #### ✨ New Features
- feat: add CopycatWarningToast component for user warnings [@BramSuurdje](https://github.com/BramSuurdje) ([#12733](https://github.com/community-scripts/ProxmoxVE/pull/12733))
## 2026-03-08 ## 2026-03-08
### 🚀 Updated Scripts ### 🚀 Updated Scripts

View File

@@ -41,9 +41,7 @@ function update_script() {
ensure_dependencies "inotify-tools" ensure_dependencies "inotify-tools"
msg_ok "Updated packages" msg_ok "Updated packages"
rm -f /usr/bin/{OpenCloud,opencloud}
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "OpenCloud" "opencloud-eu/opencloud" "singlefile" "${RELEASE}" "/usr/bin" "opencloud-*-linux-amd64" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "OpenCloud" "opencloud-eu/opencloud" "singlefile" "${RELEASE}" "/usr/bin" "opencloud-*-linux-amd64"
mv /usr/bin/OpenCloud /usr/bin/opencloud
if ! grep -q 'POSIX_WATCH' /etc/opencloud/opencloud.env; then if ! grep -q 'POSIX_WATCH' /etc/opencloud/opencloud.env; then
sed -i '/^## External/i ## Uncomment below to enable PosixFS Collaborative Mode\ sed -i '/^## External/i ## Uncomment below to enable PosixFS Collaborative Mode\

View File

@@ -35,7 +35,6 @@ function update_script() {
msg_ok "Stopped Service" msg_ok "Stopped Service"
msg_info "Creating Backup" msg_info "Creating Backup"
ensure_dependencies zstd
mkdir -p /opt/{backups,z2m_backup} mkdir -p /opt/{backups,z2m_backup}
BACKUP_VERSION="$(<"$HOME/.zigbee2mqtt")" BACKUP_VERSION="$(<"$HOME/.zigbee2mqtt")"
BACKUP_FILE="/opt/backups/${APP}_backup_${BACKUP_VERSION}.tar.zst" BACKUP_FILE="/opt/backups/${APP}_backup_${BACKUP_VERSION}.tar.zst"

View File

@@ -1,5 +1,5 @@
{ {
"generated": "2026-03-10T00:18:38Z", "generated": "2026-03-09T12:12:17Z",
"versions": [ "versions": [
{ {
"slug": "2fauth", "slug": "2fauth",
@@ -228,9 +228,9 @@
{ {
"slug": "configarr", "slug": "configarr",
"repo": "raydak-labs/configarr", "repo": "raydak-labs/configarr",
"version": "v1.24.0", "version": "v1.23.0",
"pinned": false, "pinned": false,
"date": "2026-03-09T15:16:08Z" "date": "2026-02-23T12:28:13Z"
}, },
{ {
"slug": "convertx", "slug": "convertx",
@@ -557,9 +557,9 @@
{ {
"slug": "homebox", "slug": "homebox",
"repo": "sysadminsmedia/homebox", "repo": "sysadminsmedia/homebox",
"version": "v0.24.2", "version": "v0.24.1",
"pinned": false, "pinned": false,
"date": "2026-03-09T19:54:02Z" "date": "2026-03-07T15:41:21Z"
}, },
{ {
"slug": "homepage", "slug": "homepage",
@@ -837,9 +837,9 @@
{ {
"slug": "manyfold", "slug": "manyfold",
"repo": "manyfold3d/manyfold", "repo": "manyfold3d/manyfold",
"version": "v0.134.0", "version": "v0.133.1",
"pinned": false, "pinned": false,
"date": "2026-03-09T13:20:45Z" "date": "2026-02-26T15:50:34Z"
}, },
{ {
"slug": "mealie", "slug": "mealie",
@@ -998,9 +998,9 @@
{ {
"slug": "opencloud", "slug": "opencloud",
"repo": "opencloud-eu/opencloud", "repo": "opencloud-eu/opencloud",
"version": "v5.2.0", "version": "v5.1.0",
"pinned": true, "pinned": true,
"date": "2026-03-09T13:32:31Z" "date": "2026-02-16T15:04:28Z"
}, },
{ {
"slug": "opengist", "slug": "opengist",
@@ -1236,9 +1236,9 @@
{ {
"slug": "pulse", "slug": "pulse",
"repo": "rcourtman/Pulse", "repo": "rcourtman/Pulse",
"version": "v5.1.23", "version": "v5.1.22",
"pinned": false, "pinned": false,
"date": "2026-03-09T22:22:12Z" "date": "2026-03-08T12:24:34Z"
}, },
{ {
"slug": "pve-scripts-local", "slug": "pve-scripts-local",
@@ -1362,9 +1362,9 @@
{ {
"slug": "scanopy", "slug": "scanopy",
"repo": "scanopy/scanopy", "repo": "scanopy/scanopy",
"version": "v0.14.17", "version": "v0.14.16",
"pinned": false, "pinned": false,
"date": "2026-03-09T05:04:49Z" "date": "2026-03-08T06:39:25Z"
}, },
{ {
"slug": "scraparr", "slug": "scraparr",
@@ -1516,9 +1516,9 @@
{ {
"slug": "tasmoadmin", "slug": "tasmoadmin",
"repo": "TasmoAdmin/TasmoAdmin", "repo": "TasmoAdmin/TasmoAdmin",
"version": "v5.0.0", "version": "v4.3.4",
"pinned": false, "pinned": false,
"date": "2026-03-09T20:51:03Z" "date": "2026-01-25T22:16:41Z"
}, },
{ {
"slug": "tautulli", "slug": "tautulli",
@@ -1586,9 +1586,9 @@
{ {
"slug": "tracearr", "slug": "tracearr",
"repo": "connorgallopo/Tracearr", "repo": "connorgallopo/Tracearr",
"version": "v1.4.22", "version": "v1.4.21",
"pinned": false, "pinned": false,
"date": "2026-03-09T17:39:52Z" "date": "2026-03-03T18:43:20Z"
}, },
{ {
"slug": "tracktor", "slug": "tracktor",
@@ -1838,9 +1838,9 @@
{ {
"slug": "zoraxy", "slug": "zoraxy",
"repo": "tobychui/zoraxy", "repo": "tobychui/zoraxy",
"version": "v3.3.2-rc3", "version": "v3.3.2-rc2",
"pinned": false, "pinned": false,
"date": "2026-03-09T13:56:45Z" "date": "2026-02-27T03:31:25Z"
}, },
{ {
"slug": "zwave-js-ui", "slug": "zwave-js-ui",

View File

@@ -5,7 +5,6 @@ import { Inter } from "next/font/google";
import Script from "next/script"; import Script from "next/script";
import React from "react"; import React from "react";
import { CopycatWarningToast } from "@/components/copycat-warning-toast";
import { ThemeProvider } from "@/components/theme-provider"; import { ThemeProvider } from "@/components/theme-provider";
import { analytics, basePath } from "@/config/site-config"; import { analytics, basePath } from "@/config/site-config";
import QueryProvider from "@/components/query-provider"; import QueryProvider from "@/components/query-provider";
@@ -117,7 +116,6 @@ export default function RootLayout({
<div className="w-full max-w-[1440px] "> <div className="w-full max-w-[1440px] ">
{children} {children}
<Toaster richColors /> <Toaster richColors />
<CopycatWarningToast />
</div> </div>
</div> </div>
<Footer /> <Footer />

View File

@@ -1,24 +0,0 @@
"use client";
import { useEffect } from "react";
import { toast } from "sonner";
const STORAGE_KEY = "copycat-warning-dismissed";
export function CopycatWarningToast() {
useEffect(() => {
if (typeof window === "undefined")
return;
if (localStorage.getItem(STORAGE_KEY) === "true")
return;
toast.warning("Beware of copycat sites. Always verify the URL is correct before trusting or running scripts.", {
position: "top-center",
duration: Number.POSITIVE_INFINITY,
closeButton: true,
onDismiss: () => localStorage.setItem(STORAGE_KEY, "true"),
});
}, []);
return null;
}

View File

@@ -64,8 +64,7 @@ $STD sudo -u cool coolconfig set-admin-password --user=admin --password="$COOLPA
echo "$COOLPASS" >~/.coolpass echo "$COOLPASS" >~/.coolpass
msg_ok "Installed Collabora Online" msg_ok "Installed Collabora Online"
fetch_and_deploy_gh_release "OpenCloud" "opencloud-eu/opencloud" "singlefile" "v5.2.0" "/usr/bin" "opencloud-*-linux-amd64" fetch_and_deploy_gh_release "opencloud" "opencloud-eu/opencloud" "singlefile" "v5.2.0" "/usr/bin" "opencloud-*-linux-amd64"
mv /usr/bin/OpenCloud /usr/bin/opencloud
msg_info "Configuring OpenCloud" msg_info "Configuring OpenCloud"
DATA_DIR="/var/lib/opencloud" DATA_DIR="/var/lib/opencloud"

View File

@@ -27,9 +27,6 @@ WebUI\Password_PBKDF2="@ByteArray(amjeuVrF3xRbgzqWQmes5A==:XK3/Ra9jUmqUc4RwzCtrh
WebUI\Port=8090 WebUI\Port=8090
WebUI\UseUPnP=false WebUI\UseUPnP=false
WebUI\Username=admin WebUI\Username=admin
[Network]
PortForwardingEnabled=false
EOF EOF
msg_ok "Setup qBittorrent-nox" msg_ok "Setup qBittorrent-nox"