Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
9291e0fdba Archive old changelog entries 2026-03-08 00:04:32 +00:00
11 changed files with 42 additions and 106 deletions

View File

@@ -420,23 +420,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details>
## 2026-03-08
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- [Fix] Immich: chown install dir before machine-learning update [@vhsdream](https://github.com/vhsdream) ([#12684](https://github.com/community-scripts/ProxmoxVE/pull/12684))
- [Fix] Scanopy: Build generate-fixtures [@vhsdream](https://github.com/vhsdream) ([#12686](https://github.com/community-scripts/ProxmoxVE/pull/12686))
- fix: rustdeskserver: use correct repo string [@CrazyWolf13](https://github.com/CrazyWolf13) ([#12682](https://github.com/community-scripts/ProxmoxVE/pull/12682))
- NZBGet: Fixes for RAR5 handling [@tremor021](https://github.com/tremor021) ([#12675](https://github.com/community-scripts/ProxmoxVE/pull/12675))
### 🌐 Website
- #### 🐞 Bug Fixes
- LXC-Execute: Fix slug [@tremor021](https://github.com/tremor021) ([#12681](https://github.com/community-scripts/ProxmoxVE/pull/12681))
## 2026-03-07
### 🆕 New Scripts

View File

@@ -1,6 +0,0 @@
____ _ __ ______
/ _/___ ___ ____ ___ (_)____/ /_ / ____/________ _____ ___ ___
/ // __ `__ \/ __ `__ \/ / ___/ __ \/ /_ / ___/ __ `/ __ `__ \/ _ \
_/ // / / / / / / / / / / / /__/ / / / __/ / / / /_/ / / / / / / __/
/___/_/ /_/ /_/_/ /_/ /_/_/\___/_/ /_/_/ /_/ \__,_/_/ /_/ /_/\___/

View File

@@ -213,8 +213,7 @@ EOF
msg_ok "Updated Immich server, web, cli and plugins"
cd "$SRC_DIR"/machine-learning
mkdir -p "$ML_DIR"
chown -R immich:immich "$INSTALL_DIR"
mkdir -p "$ML_DIR" && chown -R immich:immich "$ML_DIR"
chown immich:immich ./uv.lock
export VIRTUAL_ENV="${ML_DIR}"/ml-venv
if [[ -f ~/.openvino ]]; then

View File

@@ -27,16 +27,6 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
if ! command -v unrar &>/dev/null; then
setup_nonfree
$STD apt install -y unrar
if grep -q "UnrarCmd=unrar-free" /var/lib/nzbget/nzbget.conf; then
sed -i "s|UnrarCmd=unrar-free|UnrarCmd=unrar|g" /var/lib/nzbget/nzbget.conf
fi
fi
msg_info "Updating NZBGet"
$STD apt update
$STD apt upgrade -y

View File

@@ -29,7 +29,7 @@ function update_script() {
exit
fi
if check_for_gh_release "rustdesk-hbbs" "lejianwen/rustdesk-server"; then
if check_for_gh_release "rustdesk-api"; then
msg_info "Stopping Service"
systemctl stop rustdesk-hbbr
systemctl stop rustdesk-hbbs

View File

@@ -53,13 +53,6 @@ function update_script() {
fi
sed -i 's|_TARGET=.*$|_URL=http://127.0.0.1:60072|' /opt/scanopy/.env
msg_info "Building Scanopy Server (patience)"
cd /opt/scanopy/backend
$STD cargo build --release --bin server --bin generate-fixtures
$STD ./target/release/generate-fixtures --output-dir /opt/scanopy/ui/src/lib/data
mv ./target/release/server /usr/bin/scanopy-server
msg_ok "Built Scanopy Server"
msg_info "Creating frontend UI"
export PUBLIC_SERVER_HOSTNAME=default
export PUBLIC_SERVER_PORT=""
@@ -68,6 +61,12 @@ function update_script() {
$STD npm run build
msg_ok "Created frontend UI"
msg_info "Building Scanopy Server (patience)"
cd /opt/scanopy/backend
$STD cargo build --release --bin server
mv ./target/release/server /usr/bin/scanopy-server
msg_ok "Built Scanopy Server"
if [[ -f /etc/systemd/system/scanopy-daemon.service ]]; then
fetch_and_deploy_gh_release "Scanopy Daemon" "scanopy/scanopy" "singlefile" "latest" "/usr/local/bin" "scanopy-daemon-linux-amd64"
mv "/usr/local/bin/Scanopy Daemon" /usr/local/bin/scanopy-daemon

View File

@@ -1,6 +1,6 @@
{
"name": "PVE LXC Execute Command",
"slug": "execute",
"slug": "lxc-execute",
"categories": [
1
],

View File

@@ -1,5 +1,5 @@
{
"generated": "2026-03-08T18:07:22Z",
"generated": "2026-03-07T18:06:42Z",
"versions": [
{
"slug": "2fauth",
@@ -102,9 +102,9 @@
{
"slug": "bar-assistant",
"repo": "karlomikus/bar-assistant",
"version": "v5.13.2",
"version": "v5.13.1",
"pinned": false,
"date": "2026-03-08T10:47:13Z"
"date": "2026-02-02T18:47:43Z"
},
{
"slug": "bazarr",
@@ -214,9 +214,9 @@
{
"slug": "comfyui",
"repo": "comfyanonymous/ComfyUI",
"version": "v0.16.4",
"version": "v0.16.3",
"pinned": false,
"date": "2026-03-07T22:37:49Z"
"date": "2026-03-05T23:18:25Z"
},
{
"slug": "commafeed",
@@ -347,9 +347,9 @@
{
"slug": "elementsynapse",
"repo": "etkecc/synapse-admin",
"version": "v0.11.4-etke54",
"version": "v0.11.1-etke53",
"pinned": false,
"date": "2026-03-08T12:37:07Z"
"date": "2026-02-03T20:38:15Z"
},
{
"slug": "emby",
@@ -389,9 +389,9 @@
{
"slug": "fladder",
"repo": "DonutWare/Fladder",
"version": "v0.10.2",
"version": "v0.10.1",
"pinned": false,
"date": "2026-03-08T15:28:11Z"
"date": "2026-02-21T12:45:53Z"
},
{
"slug": "flaresolverr",
@@ -589,13 +589,6 @@
"pinned": false,
"date": "2026-03-02T21:28:06Z"
},
{
"slug": "immichframe",
"repo": "immichFrame/ImmichFrame",
"version": "v1.0.32.0",
"pinned": false,
"date": "2026-03-02T22:56:06Z"
},
{
"slug": "inspircd",
"repo": "inspircd/inspircd",
@@ -620,9 +613,9 @@
{
"slug": "jackett",
"repo": "Jackett/Jackett",
"version": "v0.24.1316",
"version": "v0.24.1307",
"pinned": false,
"date": "2026-03-08T05:59:08Z"
"date": "2026-03-07T05:55:30Z"
},
{
"slug": "jellystat",
@@ -844,9 +837,9 @@
{
"slug": "mealie",
"repo": "mealie-recipes/mealie",
"version": "v3.12.0",
"version": "v3.11.0",
"pinned": false,
"date": "2026-03-07T21:59:11Z"
"date": "2026-02-17T04:13:35Z"
},
{
"slug": "mediamanager",
@@ -1236,9 +1229,9 @@
{
"slug": "pulse",
"repo": "rcourtman/Pulse",
"version": "v5.1.22",
"version": "v5.1.21",
"pinned": false,
"date": "2026-03-08T12:24:34Z"
"date": "2026-03-06T12:13:08Z"
},
{
"slug": "pve-scripts-local",
@@ -1334,9 +1327,9 @@
{
"slug": "romm",
"repo": "RetroAchievements/RALibretro",
"version": "1.8.3",
"version": "1.8.2",
"pinned": false,
"date": "2026-03-07T23:41:29Z"
"date": "2026-01-23T17:03:31Z"
},
{
"slug": "rustdeskserver",
@@ -1362,9 +1355,9 @@
{
"slug": "scanopy",
"repo": "scanopy/scanopy",
"version": "v0.14.16",
"version": "v0.14.15",
"pinned": false,
"date": "2026-03-08T06:39:25Z"
"date": "2026-03-06T23:06:01Z"
},
{
"slug": "scraparr",
@@ -1572,9 +1565,9 @@
{
"slug": "tinyauth",
"repo": "steveiliop56/tinyauth",
"version": "v5.0.2",
"version": "v5.0.1",
"pinned": false,
"date": "2026-03-08T15:46:59Z"
"date": "2026-03-04T21:05:05Z"
},
{
"slug": "traccar",
@@ -1607,9 +1600,9 @@
{
"slug": "trilium",
"repo": "TriliumNext/Trilium",
"version": "v0.102.1",
"version": "v0.102.0",
"pinned": false,
"date": "2026-03-08T09:11:01Z"
"date": "2026-03-01T20:37:40Z"
},
{
"slug": "trip",
@@ -1803,9 +1796,9 @@
{
"slug": "yubal",
"repo": "guillevc/yubal",
"version": "v0.7.0",
"version": "v0.6.3",
"pinned": false,
"date": "2026-03-08T13:37:49Z"
"date": "2026-03-07T03:24:05Z"
},
{
"slug": "zerobyte",

View File

@@ -14,12 +14,10 @@ setting_up_container
network_check
update_os
setup_nonfree
msg_info "Installing Dependencies"
$STD apt install -y \
par2 \
unrar
unrar-free
msg_ok "Installed Dependencies"
msg_info "Installing NZBGet"
@@ -29,6 +27,7 @@ setup_deb822_repo \
"https://nzbgetcom.github.io/deb" \
"stable"
$STD apt install -y nzbget
sed -i "s|UnrarCmd=unrar|UnrarCmd=unrar-free|g" /var/lib/nzbget/nzbget.conf
sed -i "s|SevenZipCmd=7zz|SevenZipCmd=7z|g" /var/lib/nzbget/nzbget.conf
systemctl restart nzbget
msg_ok "Installed NZBGet"

View File

@@ -27,13 +27,6 @@ fetch_and_deploy_gh_release "Scanopy" "scanopy/scanopy" "tarball" "latest" "/opt
TOOLCHAIN="$(grep "channel" /opt/scanopy/backend/rust-toolchain.toml | awk -F\" '{print $2}')"
RUST_TOOLCHAIN=$TOOLCHAIN setup_rust
msg_info "Building Scanopy Server (patience)"
cd /opt/scanopy/backend
$STD cargo build --release --bin server --bin generate-fixtures
$STD ./target/release/generate-fixtures --output-dir /opt/scanopy/ui/src/lib/data
mv ./target/release/server /usr/bin/scanopy-server
msg_ok "Built Scanopy Server"
msg_info "Creating frontend UI"
export PUBLIC_SERVER_HOSTNAME=default
export PUBLIC_SERVER_PORT=""
@@ -42,6 +35,12 @@ $STD npm ci --no-fund --no-audit
$STD npm run build
msg_ok "Created frontend UI"
msg_info "Building Scanopy Server (patience)"
cd /opt/scanopy/backend
$STD cargo build --release --bin server
mv ./target/release/server /usr/bin/scanopy-server
msg_ok "Built Scanopy Server"
msg_info "Configuring server for first-run"
cat <<EOF >/opt/scanopy/.env
### - SERVER

View File

@@ -8192,23 +8192,3 @@ function fetch_and_deploy_from_url() {
msg_ok "Successfully deployed archive to $directory"
return 0
}
setup_nonfree() {
local sources_file="/etc/apt/sources.list.d/debian-nonfree.sources"
if [ ! -f "$sources_file" ]; then
cat <<EOF >$sources_file
Types: deb
URIs: http://deb.debian.org/debian
Suites: trixie trixie-updates
Components: main contrib non-free non-free-firmware
Types: deb
URIs: http://security.debian.org/debian-security
Suites: trixie-security
Components: main contrib non-free non-free-firmware
EOF
fi
$STD apt update
return 0
}