Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Usually, occasional errors can be ignored. The reasons may be: 1. Network proble
```
docker run -d \
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
-e useENV=true \
-e debug=false \
-e logPath=logs \
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
```
docker run -d \
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
-e useENV=true \
-e debug=false \
-e logPath=logs \
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \
Expand Down
1 change: 1 addition & 0 deletions doc/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
3 changes: 3 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Docs

This place holds docs for [qBittorrent-ClientBlocker](https://github.com/Simple-Tracker/qBittorrent-ClientBlocker)
9 changes: 9 additions & 0 deletions doc/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[project]
name = "qbittorrent-clientblocker-docs"
version = "0.0.1"
description = "A client blocker compatible with qBittorrent/Transmission (Beta)/BitComet (Beta, Partial) which is prohibited to include but not limited to clients such as Xunlei."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mkdocs-material>=9.5.44",
]
Loading