[PR #2960] [CLOSED] Byparr #3987

Open
opened 2025-11-20 06:07:45 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2960
Author: @tanujdargan
Created: 3/9/2025
Status: Closed

Base: mainHead: byparr-main


📝 Commits (10+)

📊 Changes

4 files changed (+500 additions, -0 deletions)

View changed files

ct/byparr.sh (+284 -0)
ct/headers/byparr (+6 -0)
install/byparr-install.sh (+171 -0)
json/byparr.json (+39 -0)

📄 Description

✍️ Description

Installation script for Byparr, an open-source and self-hosted drop-in replacement to FlareSolverr with FastAPI and nodriver and planner; as of now FlareSolverr's Captcha solver is broken, this fixes that for your Arr Suite.

Link: NA

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:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 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.

📋 Additional Information

Tested Installation on my Proxmox Node:

image

Installed & Running Container:

image

Byparr working with Jackett:

image


🔄 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/2960 **Author:** [@tanujdargan](https://github.com/tanujdargan) **Created:** 3/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `byparr-main` --- ### 📝 Commits (10+) - [`eec9bea`](https://github.com/community-scripts/ProxmoxVE/commit/eec9beafb641b90b92883130d7a95a28bc7395f6) Byparr Installer v1 - [`ce0ea67`](https://github.com/community-scripts/ProxmoxVE/commit/ce0ea677badda2c3a7bdddb02499f5517b743f12) v2 updated to fix login & missing ip - [`2d234b2`](https://github.com/community-scripts/ProxmoxVE/commit/2d234b2c6853f107bebe6160b6c82acf74685f95) v3 - [`2930f27`](https://github.com/community-scripts/ProxmoxVE/commit/2930f27e0be8c6aa20e596addd0d1169c11b8d98) fix - [`b4de201`](https://github.com/community-scripts/ProxmoxVE/commit/b4de20122025ece6d6674c95ae1cc62f0de5cc82) v3.0.1 - [`1667a3a`](https://github.com/community-scripts/ProxmoxVE/commit/1667a3ae52ad9bf7300ed3e76dfe7b4cb4ed33ad) 3.0.2 - [`a90ab9e`](https://github.com/community-scripts/ProxmoxVE/commit/a90ab9ef89807de36fc2a75c3145afc667490435) v3.0.3 - [`fdbed22`](https://github.com/community-scripts/ProxmoxVE/commit/fdbed220ba54acb4f7bf361e9398c6843e02b508) v3.0.4 - [`8086290`](https://github.com/community-scripts/ProxmoxVE/commit/8086290e00a77019f0a02c8efae36b41acf9a8a9) v3.0.4 - [`2951acc`](https://github.com/community-scripts/ProxmoxVE/commit/2951acc5b32d918a4b4ccd9fa6ac92a177ba5451) v3.0.5 ### 📊 Changes **4 files changed** (+500 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/byparr.sh` (+284 -0) ➕ `ct/headers/byparr` (+6 -0) ➕ `install/byparr-install.sh` (+171 -0) ➕ `json/byparr.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description Installation script for [Byparr](https://github.com/ThePhaseless/Byparr/), an open-source and self-hosted drop-in replacement to FlareSolverr with FastAPI and nodriver and planner; as of now FlareSolverr's Captcha solver is broken, this fixes that for your Arr Suite. ## 🔗 Related PR / Discussion / Issue Link: NA ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **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. ## 📋 Additional Information Tested Installation on my Proxmox Node: ![image](https://github.com/user-attachments/assets/6cfca0a8-5947-4bfd-9a3a-ff89468dc798) Installed & Running Container: ![image](https://github.com/user-attachments/assets/bab1b048-548c-4260-a9f5-a6c88e8641f0) Byparr working with Jackett: ![image](https://github.com/user-attachments/assets/a004b782-e76e-4bd0-b249-f9912a352c69) --- <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:07:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3987