readme
This commit is contained in:
@@ -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
|
||||

|
||||
```
|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user