@@ -42,121 +42,27 @@ hdfans.org/announce.php
42
42
tracker_max : " 0"
43
43
` ` `
44
44
45
- ### 版本更新
45
+ ### Docker
46
+ docker 地址:
47
+ https://hub.docker.com/r/xiaoyi510/qbit-auto-limit
46
48
47
- v0.0.2
48
-
49
- ` ` ` yaml
50
- # 超过这个tracker数量的自动限制分享率 为0 不处理
51
- tracker_max : " 0"
49
+ docker-compose.yml
52
50
` ` `
53
-
54
- #### v0.0.1
55
-
56
- 新增配置项
57
-
58
- ` ` ` yaml
59
- # 检测时间类型 1 活动时间 2 添加时间 3完成时间
60
- qbit_check_time_type : " 1"
51
+ version : " 3.3"
52
+ services :
53
+ qbit-auto-limit :
54
+ container_name : qbit-auto-limit
55
+ environment :
56
+ - TZ=Asia/Shanghai
57
+ - HOST_OS=Unraid
58
+ - HOST_HOSTNAME=Tower
59
+ - HOST_CONTAINERNAME=qbit-auto-limit-new
60
+ labels :
61
+ - net.unraid.docker.managed=dockerman
62
+ volumes :
63
+ - /mnt/user/appdata/qbit-auto-limit/conf:/app/conf
64
+ image : xiaoyi510/qbit-auto-limit:latest
65
+ networks : {}
61
66
` ` `
62
67
63
- ### API 完成度
64
-
65
-
66
- | 模块 | 接口 | 完成 |
67
- | ----------- | --------------------------------- | ---- |
68
- | Auth | auth/login | ✔️ |
69
- | | auth/logout | ✔️ |
70
- | - | - | -️ |
71
- | Application | | ✔️ |
72
- | | app/version | ✔️ |
73
- | | app/webapiVersion | ✔️ |
74
- | | app/buildInfo | ✔️ |
75
- | | app/shutdown | ✔️ |
76
- | | app/preferences | ✔️ |
77
- | | app/setPreferences | ✔️ |
78
- | | app/defaultSavePath | ✔️ |
79
- | Log | | ✔️ |
80
- | | log/main | ✔️ |
81
- | | log/peers | ✔️ |
82
- | Sync | | ✔️ |
83
- | | sync/maindata | ✔️ |
84
- | | sync/torrentPeers | ✔️ |
85
- | transfer | | ❌️ |
86
- | | transfer/info | ❌️ |
87
- | | transfer/speedLimitsMode | ❌️ |
88
- | | transfer/toggleSpeedLimitsMode | ❌️ |
89
- | | transfer/downloadLimit | ❌️ |
90
- | | transfer/setDownloadLimit | ❌️ |
91
- | | transfer/uploadLimit | ❌️ |
92
- | | transfer/setUploadLimit | ❌️ |
93
- | | transfer/banPeers | ❌️ |
94
- | torrents | | ❌ |
95
- | | torrents/info | ❌ |
96
- | | torrents/properties | ❌ |
97
- | | torrents/trackers | ❌ |
98
- | | torrents/webseeds | ❌ |
99
- | | torrents/files | ❌ |
100
- | | torrents/pieceStates | ❌ |
101
- | | torrents/pieceHashes | ❌ |
102
- | | torrents/pause | ❌ |
103
- | | torrents/resume | ❌ |
104
- | | torrents/delete | ❌ |
105
- | | torrents/recheck | ❌ |
106
- | | torrents/reannounce | ❌ |
107
- | | torrents/addTrackers | ❌ |
108
- | | torrents/add | ❌ |
109
- | | torrents/editTracker | ❌ |
110
- | | torrents/removeTrackers | ❌ |
111
- | | torrents/addPeers | ❌ |
112
- | | torrents/increasePrio | ❌ |
113
- | | torrents/decreasePrio | ❌ |
114
- | | torrents/topPrio | ❌ |
115
- | | torrents/bottomPrio | ❌ |
116
- | | torrents/filePrio | ❌ |
117
- | | torrents/downloadLimit | ❌ |
118
- | | torrents/setDownloadLimit | ❌ |
119
- | | torrents/setShareLimits | ❌ |
120
- | | torrents/uploadLimit | ❌ |
121
- | | torrents/setUploadLimit | ❌ |
122
- | | torrents/setLocation | ❌ |
123
- | | torrents/rename | ❌ |
124
- | | torrents/setCategory | ❌ |
125
- | | torrents/categories | ❌ |
126
- | | torrents/createCategory | ❌ |
127
- | | torrents/editCategory | ❌ |
128
- | | torrents/removeCategories | ❌ |
129
- | | torrents/addTags | ❌ |
130
- | | torrents/removeTags | ❌ |
131
- | | torrents/tags | ❌ |
132
- | | torrents/createTags | ❌ |
133
- | | torrents/deleteTags | ❌ |
134
- | | torrents/setAutoManagement | ❌ |
135
- | | torrents/toggleSequentialDownload | ❌ |
136
- | | torrents/toggleFirstLastPiecePrio | ❌ |
137
- | | torrents/setForceStart | ❌ |
138
- | | torrents/setSuperSeeding | ❌ |
139
- | | torrents/renameFile | ❌ |
140
- | | torrents/renameFolder | ❌ |
141
- | rss | | ❌ |
142
- | | rss/addFolder | ❌ |
143
- | | rss/addFeed | ❌ |
144
- | | rss/removeItem | ❌ |
145
- | | rss/moveItem | ❌ |
146
- | | rss/items | ❌ |
147
- | | rss/markAsRead | ❌ |
148
- | | rss/refreshItem | ❌ |
149
- | | rss/setRule | ❌ |
150
- | | rss/renameRule | ❌ |
151
- | | rss/removeRule | ❌ |
152
- | | rss/rules | ❌ |
153
- | search | | ❌ |
154
- | | search/start | ❌ |
155
- | | search/stop | ❌ |
156
- | | search/status | ❌ |
157
- | | search/results | ❌ |
158
- | | search/delete | ❌ |
159
- | | search/plugins | ❌ |
160
- | | search/installPlugin | ❌ |
161
- | | search/enablePlugin | ❌ |
162
- | | search/updatePlugins | ❌ |
68
+ /mnt/user/appdata/qbit-auto-limit/conf 为配置目录
0 commit comments