Tandoor script installs v1.5.34 (latest), but script page says it will install 2.0.0-alpha-4 #1078

Closed
opened 2026-02-04 22:56:16 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @supermarkert on GitHub (Jun 6, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Tandoor

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tandoor.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

I installed Tandoor to create a new LXC, expecting the latest 2.0.0-alpha-4 (as indicated in the title of the script's page here).

However, it installs the latest released version 1.5.34

It appears to be pulling the "master" branch, but then uses the "develop" branch for the ENV file.

msg_info "Installing Tandoor (Patience)"
$STD git clone https://github.com/TandoorRecipes/recipes -b master /opt/tandoor
mkdir -p /opt/tandoor/{config,api,mediafiles,staticfiles}
$STD pip3 install -r /opt/tandoor/requirements.txt
cd /opt/tandoor/vue
$STD yarn install
$STD yarn build
curl -fsSL "https://raw.githubusercontent.com/TandoorRecipes/recipes/develop/.env.template" -o "/opt/tandoor/.env"

🔄 Steps to reproduce the issue.

Run the install script.
No errors were reported, and the app installs fine (just not the version mentioned on the Script page)

Paste the full error output (if available).

n/a

🖼️ Additional context (optional).

Image

Originally created by @supermarkert on GitHub (Jun 6, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Tandoor ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tandoor.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. I installed Tandoor to create a new LXC, expecting the latest 2.0.0-alpha-4 (as indicated in the title of the [script's page here](https://community-scripts.github.io/ProxmoxVE/scripts?id=tandoor)). However, it installs the latest released version 1.5.34 It appears to be pulling the "master" branch, but then uses the "develop" branch for the ENV file. ``` msg_info "Installing Tandoor (Patience)" $STD git clone https://github.com/TandoorRecipes/recipes -b master /opt/tandoor mkdir -p /opt/tandoor/{config,api,mediafiles,staticfiles} $STD pip3 install -r /opt/tandoor/requirements.txt cd /opt/tandoor/vue $STD yarn install $STD yarn build curl -fsSL "https://raw.githubusercontent.com/TandoorRecipes/recipes/develop/.env.template" -o "/opt/tandoor/.env" ``` ### 🔄 Steps to reproduce the issue. Run the install script. No errors were reported, and the app installs fine (just not the version mentioned on the Script page) ### ❌ Paste the full error output (if available). n/a ### 🖼️ Additional context (optional). ![Image](https://github.com/user-attachments/assets/def80f71-0e12-4a15-aa1b-6cd3d8b4c36c)
OVERLORD added the bug label 2026-02-04 22:56:16 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 6, 2025):

We only Crawl stable releases, not pre releases or alphas

The Info from Website is from newreleases.io without any Filter.

https://github.com/TandoorRecipes/recipes/releases/tag/1.5.34

@MickLesk commented on GitHub (Jun 6, 2025): We only Crawl stable releases, not pre releases or alphas The Info from Website is from newreleases.io without any Filter. https://github.com/TandoorRecipes/recipes/releases/tag/1.5.34
Author
Owner

@supermarkert commented on GitHub (Jun 6, 2025):

OK. I understand only using stable releases, but then the script's page is a little misleading, no? Is that the intent, to show Alpha releases in the subject?

Image

@supermarkert commented on GitHub (Jun 6, 2025): OK. I understand only using stable releases, but then the script's page is a little misleading, no? Is that the intent, to show Alpha releases in the subject? ![Image](https://github.com/user-attachments/assets/95d80e24-d9c4-4b40-8e46-d1af38f60e64)
Author
Owner

@MickLesk commented on GitHub (Jun 6, 2025):

Like i Said, its an Crawl from newreleases.io, and we have only the Repo Watcher for this, without any Regex checks

@MickLesk commented on GitHub (Jun 6, 2025): Like i Said, its an Crawl from newreleases.io, and we have only the Repo Watcher for this, without any Regex checks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1078