Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Sep 26, 2023
1 parent cfd382a commit 4f6e089
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ docker run \
-e WS_USERNAME=username \
-e WS_PASSWORD=password \
-e QBIT_USERNAME=username \
-e QBIT_PASSWORD=password \
-e QBIT_PASSWORD=password \
-e QBIT_HOST=http://192.168.1.10 \
-e QBIT_PORT=8080 \
-e QBIT_PRIVATE_TRACKER=true \
-e ONESHOT=false \
-e REQUEST_TIMEOUT=10 \
dhruvinsh/ws-ephemeral:latest
```

Expand Down Expand Up @@ -54,6 +56,10 @@ Available tags for docker image:
| QBIT_HOST | QBIT web address like, https://qbit.xyz.com or http://192.168.1.10 | v2.x.x |
| QBIT_PORT | QBIT web port number like, 443 or 8080 | v2.x.x |
| QBIT_PRIVATE_TRACKER | get QBIT ready for private tracker by disabling dht, pex and lsd (true or false) | v2.x.x |
| ONESHOT | Run and setup the code only one time so that job can be schedule externally | v2.x.x |
| REQUEST_TIMEOUT | configurable http api timeout for slow network/busy websites | v2.x.x |

> NOTE: for usage see [Docker Setup](#docker-setup) v2 setup guide.
## Unraid Setup

Expand Down

0 comments on commit 4f6e089

Please sign in to comment.