
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
n8n-nodes-qbittorrent
Advanced tools
This is an n8n community node. It lets you use qBittorrent in your n8n workflows.
qBittorrent is a software allowing you to download and upload torrents.
It also has a web server that can be controlled by a Rest API or an integrated web UI.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
Before using a node, you have to add a credential.
This credential should be your server address and the username / password that have access to the web UI.
Make sure you don't include a slash at the end of the URL, otherwise you may encounter 404 errors when performing various operations.
TODO: State the minimum n8n version, as well as which versions you test against. You can also include any known version incompatibility issues.
Go into your n8n-nodes-qbittorrent
directory and create a npm-link :
cd <n8n_node_directory>
npm link
Run your n8n
instance :
npx n8n
Install the package in your n8n instance :
cd <n8n_directory>/nodes
npm link n8n-nodes-qbittorrent
Then, restart your n8n
instance and you should be able to add the node to your workflow.
After updating the code, run the npm run build
command from node directory and restart your n8n instance.
Current version supports the version 2 of the qBittorrent API.
If a new qBittorrent API version is released, a new major version of this node will be released.
TODO: when the node development is completed, we will be on 1.x.y version.
FAQs
qBittorrent node for n8n
The npm package n8n-nodes-qbittorrent receives a total of 7 weekly downloads. As such, n8n-nodes-qbittorrent popularity was classified as not popular.
We found that n8n-nodes-qbittorrent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.