Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] b6471dcc7c chore(ct): sync emby defaults from PocketBase 2026-08-11 07:59:53 +00:00
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -529,12 +529,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- 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 -1
View File
@@ -10,7 +10,7 @@ var_tags="${var_tags:-media}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_disk="${var_disk:-8}"
var_os="${var_os:-ubuntu}"
var_os="${var_os:-Ubuntu}"
var_version="${var_version:-24.04}"
var_arm64="${var_arm64:-yes}"
var_unprivileged="${var_unprivileged:-1}"
-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 \