We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e4f6f commit 4c58450Copy full SHA for 4c58450
README.md
@@ -57,7 +57,7 @@ You **must** provide these in a `.env` file or your environment:
57
title: qBittorrent
58
cache: 15m
59
options:
60
- always-show-stats: false
+ always-show-stats: true
61
subrequests:
62
info:
63
url: "http://${QBW_URL}/qb/torrents"
@@ -191,4 +191,3 @@ Each torrent object includes:
191
* The cache is locked for concurrency safety.
192
* If the qBittorrent login fails, the app exits.
193
* If you hit the endpoint without a valid token, you get a 401 Unauthorized.
194
-* The app uses standard Go HTTP server and `github.com/joho/godotenv` for env loading.
0 commit comments