This commit is contained in:
Mateusz Gruszczyński
2026-06-07 16:36:51 +02:00
parent 151546d3f5
commit 648291e5d8
+1 -19
View File
@@ -22,10 +22,7 @@ Modern single-page web UI for managing rTorrent through SCGI/XML-RPC. pyTorrent
- Offline frontend assets support for self-hosted deployments.
## Screenshots
```md
![pyTorrent dashboard](docs/ss1.png)
```
## Requirements
@@ -108,24 +105,9 @@ The default stack install creates:
### One-line install with rtorrent
After publishing the repository, replace `zdzichu6969` and branch name if needed:
```bash
curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \
| sudo PYTORRENT_REPO_URL=https://github.com/zdzichu6969/pyTorrent \
PYTORRENT_REPO_BRANCH=main \
PYTORRENT_ARCHIVE_URL=https://github.com/zdzichu6969/pyTorrent/archive/refs/heads/main.tar.gz \
bash
```
Common overrides:
```bash
curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \
| sudo PYTORRENT_REPO_URL=https://github.com/zdzichu6969/pyTorrent \
PYTORRENT_REPO_BRANCH=main \
PYTORRENT_ARCHIVE_URL=https://github.com/zdzichu6969/pyTorrent/archive/refs/heads/main.tar.gz \
PYTORRENT_PORT=8091 \
| sud PYTORRENT_PORT=8091 \
RTORRENT_SCGI_PORT=5001 \
PYTORRENT_PROFILE_NAME="Local rTorrent" \
bash