[PR #2235] [MERGED] New Script: TasmoCompiler #3500

Closed
opened 2026-02-05 05:47:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2235
Author: @tremor021
Created: 2/10/2025
Status: Merged
Merged: 2/12/2025
Merged by: @MickLesk

Base: mainHead: tasmo


📝 Commits (7)

📊 Changes

3 files changed (+192 additions, -0 deletions)

View changed files

ct/tasmocompiler.sh (+71 -0)
install/tasmocompiler-install.sh (+87 -0)
json/tasmocompiler.json (+34 -0)

📄 Description

✍️ Description

TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings.

--

Link: #2028

--

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • [] Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

--

🛠️ Type of Change

Select all that apply:

  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • [] 🆕 New script – A fully functional and tested script or script set.

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2235 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `tasmo` --- ### 📝 Commits (7) - [`8436707`](https://github.com/community-scripts/ProxmoxVE/commit/8436707fb9bb5989a05755fcba2713c08274d821) add tasmocompiler script - [`47f2d69`](https://github.com/community-scripts/ProxmoxVE/commit/47f2d697229571d22a8a0676c391052291ba2eee) bunch of script fixes - [`11c7b5f`](https://github.com/community-scripts/ProxmoxVE/commit/11c7b5f7329f06c9ebdf01f80e522b4d29622372) remove typo - [`817df25`](https://github.com/community-scripts/ProxmoxVE/commit/817df25384d324bc594e8412ed3d9403532c8ea9) Update json/tasmocompiler.json - [`a6bd9e3`](https://github.com/community-scripts/ProxmoxVE/commit/a6bd9e3a9ec4fb54edd5a5d9a5953266816c5c84) Update ct/tasmocompiler.sh - [`fcd49ca`](https://github.com/community-scripts/ProxmoxVE/commit/fcd49ca650f4d46022f7e4f13193d34f5544276c) Update json/tasmocompiler.json - [`2a19726`](https://github.com/community-scripts/ProxmoxVE/commit/2a197266659fcec1769647a6c779a8eb75a308c6) Update ct/tasmocompiler.sh ### 📊 Changes **3 files changed** (+192 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/tasmocompiler.sh` (+71 -0) ➕ `install/tasmocompiler-install.sh` (+87 -0) ➕ `json/tasmocompiler.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings. -- ## 🔗 Related PR / Discussion / Issue Link: #2028 -- ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [✅] **Self-review performed** – Code follows established patterns and conventions. - [✅] **Testing performed** – Changes have been thoroughly tested and verified. -- ## 🛠️ Type of Change Select all that apply: - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [✅] 🆕 **New script** – A fully functional and tested script or script set. --- ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:47:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3500