[PR #2281] [MERGED] New Script: Kometa #3550

Closed
opened 2025-11-20 06:05:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2281
Author: @tremor021
Created: 2/11/2025
Status: Merged
Merged: 2/12/2025
Merged by: @michelroegl-brunner

Base: mainHead: kometa


📝 Commits (4)

📊 Changes

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

View changed files

ct/kometa.sh (+80 -0)
install/kometa-install.sh (+74 -0)
json/kometa.json (+39 -0)

📄 Description

✍️ Description

Link: #88

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)

For app to run, user needs to provide AT LEAST TMDb key, Plex URL and Plex token. Without those 3, app cannot be installed and started.


🔄 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/2281 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `kometa` --- ### 📝 Commits (4) - [`f751c89`](https://github.com/community-scripts/ProxmoxVE/commit/f751c8974524f8b23b7de8789d5dc25195928d20) add kometa script - [`c6d78c6`](https://github.com/community-scripts/ProxmoxVE/commit/c6d78c6adb55ad5e340219c58ccd682fc0b56cae) scale up LXC a bit - [`4974869`](https://github.com/community-scripts/ProxmoxVE/commit/4974869a52fe74fa3b513f430429c670fa721b8d) fixes - [`88319ea`](https://github.com/community-scripts/ProxmoxVE/commit/88319ea08cfa4b5be5f3079ffe7505b588af39f6) Update kometa.json ### 📊 Changes **3 files changed** (+193 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/kometa.sh` (+80 -0) ➕ `install/kometa-install.sh` (+74 -0) ➕ `json/kometa.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> ## 🔗 Related PR / Discussion / Issue Link: #88 ## ✅ 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) For app to run, user needs to provide **AT LEAST** TMDb key, Plex URL and Plex token. Without those 3, app cannot be installed and started. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:05:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3550