[PR #11930] [MERGED] add: seer script and migrations #9850

Closed
opened 2026-02-26 17:31:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/11930
Author: @CrazyWolf13
Created: 2/15/2026
Status: Merged
Merged: 2/15/2026
Merged by: @michelroegl-brunner

Base: mainHead: disable-seerr


📝 Commits (10+)

📊 Changes

11 files changed (+311 additions, -217 deletions)

View changed files

ct/headers/jellyseerr (+0 -6)
ct/headers/overseerr (+0 -6)
📝 ct/jellyseerr.sh (+22 -27)
📝 ct/overseerr.sh (+22 -0)
ct/seerr.sh (+165 -0)
frontend/public/json/jellyseerr.json (+0 -35)
frontend/public/json/overseerr.json (+0 -35)
frontend/public/json/seerr.json (+35 -0)
install/jellyseerr-install.sh (+0 -64)
install/overseerr-install.sh (+0 -44)
install/seerr-install.sh (+67 -0)

📄 Description

✍️ Description

Add seer as script
add automatic migration from jellyseerr and overseerr

Fixes #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 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.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/11930 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 2/15/2026 **Status:** ✅ Merged **Merged:** 2/15/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `disable-seerr` --- ### 📝 Commits (10+) - [`dcadd36`](https://github.com/community-scripts/ProxmoxVE/commit/dcadd3683bbd353cb277fb11095363af0456f59d) Create seer.sh - [`55f6049`](https://github.com/community-scripts/ProxmoxVE/commit/55f6049cd1280d6a6dcc2cd63f86d8d04e9b9435) Create seer-install.sh - [`166b3af`](https://github.com/community-scripts/ProxmoxVE/commit/166b3afa7727902a30fe452a9f2a963cabdcaf17) Create seerr.json - [`51249d5`](https://github.com/community-scripts/ProxmoxVE/commit/51249d5987bd0694f3be8886d9b97a9b82e277f7) Update overseerr.sh - [`6aee01f`](https://github.com/community-scripts/ProxmoxVE/commit/6aee01f1eb43b2c127cdc0f53bdaf543f2f6b11c) Delete install/jellyseerr-install.sh - [`21b98df`](https://github.com/community-scripts/ProxmoxVE/commit/21b98df1fd2fbc1aaa2fde7c281ab3e400a9d333) Delete frontend/public/json/jellyseerr.json - [`d40a082`](https://github.com/community-scripts/ProxmoxVE/commit/d40a0829f5d2688cfbf21d58520a772289b1f9bc) Delete ct/headers/jellyseerr - [`03c5325`](https://github.com/community-scripts/ProxmoxVE/commit/03c53252f6b884597365234e95e8f6e39542f9d0) Update jellyseerr.sh - [`015688e`](https://github.com/community-scripts/ProxmoxVE/commit/015688e3946e4eec5df2bb3ce96ec070b2b2e655) Update jellyseerr.sh - [`3035928`](https://github.com/community-scripts/ProxmoxVE/commit/303592834a1a2ac670466266e31a87954ef00fe8) Delete ct/headers/overseerr ### 📊 Changes **11 files changed** (+311 additions, -217 deletions) <details> <summary>View changed files</summary> ➖ `ct/headers/jellyseerr` (+0 -6) ➖ `ct/headers/overseerr` (+0 -6) 📝 `ct/jellyseerr.sh` (+22 -27) 📝 `ct/overseerr.sh` (+22 -0) ➕ `ct/seerr.sh` (+165 -0) ➖ `frontend/public/json/jellyseerr.json` (+0 -35) ➖ `frontend/public/json/overseerr.json` (+0 -35) ➕ `frontend/public/json/seerr.json` (+35 -0) ➖ `install/jellyseerr-install.sh` (+0 -64) ➖ `install/overseerr-install.sh` (+0 -44) ➕ `install/seerr-install.sh` (+67 -0) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Add seer as script add automatic migration from jellyseerr and overseerr ## 🔗 Related Issue Fixes # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:31:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#9850
No description provided.