[PR #618] [MERGED] qbittorrent: do not override the configuration port in systemd #2629

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/618
Author: @zdraganov
Created: 12/1/2024
Status: Merged
Merged: 12/1/2024
Merged by: @BramSuurdje

Base: mainHead: update-qbittorrent-systemd


📝 Commits (1)

  • cbb86e1 Do not override the webui-port in the service script

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 install/qbittorrent-install.sh (+1 -1)

📄 Description

Allow the standard config file to handle this, which would be updated also from the web UI

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

qbittorrent installation overrides the port from the config in it's systemd script

Allow users to change the port that qbittorrent is running from the container itself or the settings in the web app, but removing the hard override in the defined systemd script.

Fixes # (issue)

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/618 **Author:** [@zdraganov](https://github.com/zdraganov) **Created:** 12/1/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@BramSuurdje](https://github.com/BramSuurdje) **Base:** `main` ← **Head:** `update-qbittorrent-systemd` --- ### 📝 Commits (1) - [`cbb86e1`](https://github.com/community-scripts/ProxmoxVE/commit/cbb86e10e20bb2f33fe489e32595c0f426be31f9) Do not override the webui-port in the service script ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `install/qbittorrent-install.sh` (+1 -1) </details> ### 📄 Description Allow the standard config file to handle this, which would be updated also from the web UI > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## qbittorrent installation overrides the port from the config in it's systemd script Allow users to change the port that qbittorrent is running from the container itself or the settings in the web app, but removing the hard override in the defined systemd script. Fixes # (issue) ## Type of change Please check the relevant option(s): - [X] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [X] Testing performed (I have tested my changes, ensuring everything works as expected) - [ ] Documentation updated (I have updated any relevant documentation) --- <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 05:31:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2629