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.
|
- Offline frontend assets support for self-hosted deployments.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
```md
|
|
||||||

|

|
||||||
```
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@@ -108,24 +105,9 @@ The default stack install creates:
|
|||||||
|
|
||||||
### One-line install with rtorrent
|
### One-line install with rtorrent
|
||||||
|
|
||||||
After publishing the repository, replace `zdzichu6969` and branch name if needed:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \
|
curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \
|
||||||
| sudo PYTORRENT_REPO_URL=https://github.com/zdzichu6969/pyTorrent \
|
| sud PYTORRENT_PORT=8091 \
|
||||||
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 \
|
|
||||||
RTORRENT_SCGI_PORT=5001 \
|
RTORRENT_SCGI_PORT=5001 \
|
||||||
PYTORRENT_PROFILE_NAME="Local rTorrent" \
|
PYTORRENT_PROFILE_NAME="Local rTorrent" \
|
||||||
bash
|
bash
|
||||||
|
|||||||
Reference in New Issue
Block a user