Compare commits

..

1 Commits

Author SHA1 Message Date
MickLesk b8715cb25a karakeep: pin Node.js to 22 LTS, avoid Node 24.19 better-sqlite3 crash 2026-08-10 17:30:23 +02:00
2 changed files with 0 additions and 15 deletions
-14
View File
@@ -521,20 +521,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details>
## 2026-08-11
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- karakeep: pin Node.js to 22 LTS, avoid Node 24.19 better-sqlite3 crash [@MickLesk](https://github.com/MickLesk) ([#16396](https://github.com/community-scripts/ProxmoxVE/pull/16396))
### 🧰 Tools
- #### 🐞 Bug Fixes
- fix(add-tailscale-lxc): stop spinner before whiptail menu [@halcycon](https://github.com/halcycon) ([#16402](https://github.com/community-scripts/ProxmoxVE/pull/16402))
## 2026-08-10
### 🆕 New Scripts
-1
View File
@@ -57,7 +57,6 @@ while read -r line; do
CTID_MENU+=("$TAG" "$ITEM" "OFF")
done < <(pct list | awk 'NR>1')
stop_spinner
CTID=""
while [[ -z "${CTID}" ]]; do
CTID=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Containers on $NODE" --radiolist \